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
2015-05-06Throw on certain errors, auto reselect db (backport from develop)michael-grunder
2015-05-06Capture error for multibulk responsesmichael-grunder
2015-05-06Incorporate formalized multi-bulk proessing from developmichael-grunder
2015-05-06More updates for auto-failover logicmichael-grunder
2015-05-06Add a no_throw option to redis_check_eofmichael-grunder
2015-05-06Update how we call node directed commandsmichael-grunder
2015-05-06TIME/ROLEmichael-grunder
2015-05-06Extracted INFO parsing from the response handler into it'smichael-grunder
2015-05-06Fix memory leaks for (P)SUBSCRIBE/(P)UNSUBSCRIBEmichael-grunder
2015-05-06SUBSCRIBE/PSUBSCRIBE updated in Redis propermichael-grunder
2015-05-06WATCH commandmichael-grunder
2015-05-06Transaction supportmichael-grunder
2015-05-06Formatting updatesmichael-grunder
2015-05-06Added PERSIST and SMEMBERS command, also spaces > tabs :)michael-grunder
2015-05-06LPOP, RPOP, SPOPmichael-grunder
2015-05-06Process and keep the first line in any response.michael-grunder
2015-05-06Remove MOVED/ASK handling from library.cmichael-grunder
2015-05-06Reply type updatesmichael-grunder
2015-05-06Remove TSRMLS_CC, and RedisSock from redis_cmd_format_staticmichael-grunder
2015-05-06Update redis_cmd_format_static with contextmichael-grunder
2015-05-06Remove 'k' type from redis_cmd_format_staticmichael-grunder
2015-05-06Incorporate TSRMLS_CC into redis_cmd_format_staticmichael-grunder
2015-05-05Add a 'v' type to redis_cmd_format_staticmichael-grunder
2015-05-05Added a 'k' type to redis_cmd_format_staticmichael-grunder
2015-05-05Revert to using a RedisSock pointer for serializationmichael-grunder
2015-05-05Remove TSRMLS_CC from redis_key_prefixmichael-grunder
2015-05-05Modify redis_serialize and redis_unserializemichael-grunder
2015-05-05Initial commit of RedisCluster class and librarymichael-grunder
2015-04-21Merge remote-tracking branch 'remicollet/issue-ig' into developmichael-grunder
2015-04-21Fix #562: do not send QUIT command in redis_sock_disconnect()Chuan Ma
2015-01-15forgot to pass TSRMLS_CC, and TYPOAtsuji Okuyama
2014-12-17Capture error for multibulk responsesmichael-grunder
2014-12-16Merge branch 'multibulk-serialize' into developmichael-grunder
2014-11-01Remove commented codemichael-grunder
2014-11-01Fix parsing of 'zipped' replies for various usesmichael-grunder
2014-10-29Merge branch 'errorthrow' into developmichael-grunder
2014-10-29Re-add % signs accidentally deletedmichael-grunder
2014-10-28Modify error handling for specific errors, and reathorize when reconnecting.michael-grunder
2014-10-04Fix segfault with igbinary, fix #341Remi Collet
2014-10-04Fix segfault with igbinary, fix #341Remi Collet
2014-10-03just to avoid warning: 'klen' may be used uninitialized in this function [-Wm...Remi Collet
2014-10-03Fix segfault with igbinary, fix #341Remi Collet
2014-08-30ZRANGEBYLEX commandmichael-grunder
2014-07-21Implement DEBUG OBJECTmichael-grunder
2014-07-01fix unreferenced variable warningsAnatol Belski
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01atoll vs _atoi64Anatol Belski
2014-07-01C89 compatAnatol Belski
2014-07-01fixed prototypeAnatol Belski
2014-07-01fix random() vs php_rand() for portabilityAnatol Belski