Fedora 20 Update: php-pecl-redis-2.2.4-1.fc20

updates at fedoraproject.org updates at fedoraproject.org
Sun Sep 22 23:58:45 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-16138
2013-09-09 16:05:28
--------------------------------------------------------------------------------

Name        : php-pecl-redis
Product     : Fedora 20
Version     : 2.2.4
Release     : 1.fc20
URL         : http://pecl.php.net/package/redis
Summary     : Extension for communicating with the Redis key-value store
Description :
The phpredis extension provides an API for communicating
with the Redis key-value store.

This Redis client implements most of the latest Redis API.
As method only only works when also implemented on the server side,
some doesn't work with an old redis server version.

--------------------------------------------------------------------------------
Update Information:

Features / Improvements
* Randomized reconnect delay for RedisArray @mobli. This feature adds an optional parameter when constructing a RedisArray object such that a random delay will be introduced if reconnections are made, mitigating any 'thundering herd' type problems.
* Lazy connections to RedisArray servers @mobli. By default, RedisArray will attempt to connect to each server you pass in
the ring on construction. This feature lets you specify that you would rather have RedisArray only attempt a connection when it needs to get data from a particular node (throughput/performance improvement).
* Allow LONG and STRING keys in MGET/MSET
* Extended SET options for Redis >= 2.6.12
* Persistent connections and UNIX SOCKET support for RedisArray
* Allow aggregates for ZUNION/ZINTER without weights @mheijkoop
* Support for SLOWLOG command
* Reworked MGET algorithm to run in linear time regardless of key count.
* Reworked ZINTERSTORE/ZUNIONSTORE algorithm to run in linear time

Bug fixes
* C99 Compliance (or rather lack thereof) fix @mobli
* Added ZEND_ACC_CTOR and ZEND_ACC_DTOR @euskadi31
* Stop throwing and clearing an exception on connect failure @matmoi
* Fix a false positive unit test failure having to do with TTL returns
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update php-pecl-redis' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list