SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php5-redis-2.2.7-1.21.x86_64.rpm :

* Tue Mar 03 2015 munix9AATTgooglemail.com- update to version 2.2.7 Improvements
* Implemented PFADD, PFMERGE, and PFCOUNT command handling
* Implemented ZRANGEBYLEX command (holding off on ZREVRANGEBYLEX as that won\'t be out until 3.0)
* Implemented getMode() so clients can detect whether we\'re in ATOMIC/MULTI/PIPELINE mode.
* Implemented rawCommand() so clients can send arbitrary things to the redis server
* Implemented DEBUG OBJECT (AATTmichael-grunder, AATTisage)
* Added/abide by connect timeout for RedisArray
* Select to the last selected DB when phpredis reconnects Fixes
* Fix a possible invalid free in _serialize
* Added SAVE and BGSAVE to \"distributable\" commands for RedisArray
* AATTwelting -- Fixed invalid \"argc\" calculation re HLL commands
* Allow clients to break out of the subscribe loop and return context.
* Fixes a memory leak in SCAN when OPT_SCAN_RETRY id.
* AATTremicollet -- Fix possible segfault when igbinary is enabled.
* Add a couple of cases where we throw on an error (LOADING/NOAUTH/MASTERDOWN)
* Fix several issues with serialization NARY
* AATTitcom -- Fix missing TSRMLS_CC and a TSRMLS_DC/TSRMLS_CC typo
* Fri Mar 21 2014 munix9AATTgooglemail.com- update to version 2.2.5 [NEW] Support for the BITPOS command [NEW] Connection timeout option for RedisArray (AATTMikeToString) [NEW] A _serialize method, to complement our existing _unserialize method [NEW] Support for the PUBSUB command [NEW] Support for SCAN, SSCAN, HSCAN, and ZSCAN [NEW] Support for the WAIT command [FIX] Handle the COPY and REPLACE arguments for the MIGRATE command [DOC] Fix syntax error in documentation for the SET command (AATTmithunsatheesh) [DOC] Homebrew documentation instructions (AATTmathias)
* Sat Feb 01 2014 munix9AATTgooglemail.com- added tests, switched source to github
* Wed Sep 04 2013 munix9AATTgooglemail.com- update to version 2.2.4 Features / Improvements - Randomized reconnect delay for RedisArray AATTmobli 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 AATTmobli 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 AATTmheijkoop - 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 AATTmobli - Added ZEND_ACC_CTOR and ZEND_ACC_DTOR AATTeuskadi31 - Stop throwing and clearing an exception on connect failure AATTmatmoi - Fix a false positive unit test failure having to do with TTL returns
* Mon May 27 2013 munix9AATTgooglemail.com- initial package for version 2.2.3
 
ICM