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-06-02Incorporate shuffling seeds into php7 branchmichael-grunder
2016-06-02Merge branch 'php7-ipv6' into php7michael-grunder
2016-06-02Fix compiler warningmichael-grunder
2016-06-02Comment unused debug functionsmichael-grunder
2016-04-12Dereference update for php7michael-grunder
2016-03-29Fix bug of unclosed socket stream in RedisCluster's constructionCatKang
2016-02-12Add IPv6 supportmichael-grunder
2016-01-25Various memory related fixes for php7michael-grunder
2016-01-13Update len to long in various placesmichael-grunder
2015-09-08Update calls to igbinary, API has changed for PHP 7Sean DuBois
2015-09-08Fix compile errors in redis_session.cSean DuBois
2015-09-07* Finish int -> size_t moveSean DuBois
2015-09-06* retab, some files had tabs instead of 4 spacesSean DuBois
2015-09-04Fix compile errors in cluster_library.c, fixing all compilation errorsSean DuBois
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
2015-05-06INFO command as well as a direct slot tweakmichael-grunder