Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-09WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-21WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-13WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-09using zend_hash_str_find+zend_hash_str_find_ptr instead of zend_hash_findPavlo Yatsukhnenko
2016-09-06rename smart_str to smart_stringPavlo Yatsukhnenko
2016-07-15support the client to Redis Cluster just having one masterandyli
2016-06-02Comment debug code, fix compiler warningsmichael-grunder
2016-06-01Merge branch 'develop-ipv6' into developmichael-grunder
2016-03-31Merging in logic from #777 to shuffle cluster seedsmichael-grunder
2016-03-30Reduce number of connections to one cluster node by shuffling nodes.Vitaliy Stepanyuk
2016-03-25Fix bug of unclosed socket stream in RedisCluster's constructionCatKang
2016-02-12Add IPv6 supportmichael-grunder
2016-01-13Update len to long in various placesmichael-grunder
2015-12-18Fix MOVED redirection bugmichael-grunder
2015-11-04Added a new failover option, which excludes masters for readonlymichael-grunder
2015-06-20Persistent connections for cluster and possible crash fixmichael-grunder
2015-06-18Failover fix for cluster sessions and srand migrationmichael-grunder
2015-06-17Initial commit for cluster-enabled session handlingmichael-grunder
2015-05-08Update all occurances of PHPAPI to PHP_REDIS_API (Win32 compat)michael-grunder
2015-05-06Make RedisCluster::client('list') work like Redismichael-grunder
2015-05-06Fix INFO command so it works in a MULTi EXEC blockmichael-grunder
2015-05-06A few minor cluster and unit test fixesmichael-grunder
2015-05-06Properly handle MULTI lines within a MULTI-BULK of -1 (nil)michael-grunder
2015-05-06Fix variant reply handling in MULTI modemichael-grunder
2015-05-06Response handler fixesmichael-grunder
2015-05-06Multi-bulk serialization fixesmichael-grunder
2015-05-06Cluster fixesmichael-grunder
2015-05-06Various cluster fixes and Unit test updatesmichael-grunder
2015-05-06More RedisCluster fixesmichael-grunder
2015-05-06Use cluster_send_slot for EXEC as we'll want to capture the MULTI-BULK len,michael-grunder
2015-05-06We need to process the whole line when sending direct modemichael-grunder
2015-05-06More updates for auto-failover logicmichael-grunder
2015-05-06Added options for slave failovermichael-grunder
2015-05-06Fix pesky ZTS compile errorsmichael-grunder
2015-05-06Minor formatting, cleanupmichael-grunder
2015-05-06Initial commit incorporating a "readonly" flag.michael-grunder
2015-05-06Initial commit of formalized "redirection" timeout logicmichael-grunder
2015-05-06Fix variant reply handlingmichael-grunder
2015-05-06More formattingmichael-grunder
2015-05-06php_stream_gets is a char* return, not intmichael-grunder
2015-05-06Skip the failed node when falling backmichael-grunder
2015-05-06Update redirection logic to throw on CLUSTERDOWNmichael-grunder
2015-05-06Added getlasterror()/clearlasterror() routines, and amichael-grunder
2015-05-06Check for empty slave hostsmichael-grunder
2015-05-06Initialize variable to avoid a segfault if all nodes are downomichael-grunder
2015-05-06Add a no_throw option to redis_check_eofmichael-grunder
2015-05-06COMMAND commandmichael-grunder
2015-05-06PING responsemichael-grunder
2015-05-06TIME/ROLEmichael-grunder
2015-05-06ZLEXCOUNTmichael-grunder