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-06Incorporate formalized multi-bulk proessing from developmichael-grunder
2015-05-06Add a no_throw option to redis_check_eofmichael-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-06Introspection commandsmichael-grunder
2015-05-06Reply type updatesmichael-grunder
2015-05-06Protect library.hmichael-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-05Add a 'v' type to redis_cmd_format_staticmichael-grunder
2015-05-05Modify redis_serialize and redis_unserializemichael-grunder
2014-11-01Fix parsing of 'zipped' replies for various usesmichael-grunder
2014-07-21Implement DEBUG OBJECTmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01more C89 compatAnatol Belski
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-02-26Properly fix TRMLS_CC references :)michael-grunder
2013-12-14SCAN and variantsmichael-grunder
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-10-10Fix compilation errors on Win32 with VC11vostok4
2013-09-01Rework generic_z_command to build the command in linear timemichael-grunder
2013-09-01Merge branch 'hotfix/double_precision' into developmichael-grunder
2013-09-01Merge branch 'feature/mobli_ra_changes' into developmichael-grunder
2013-08-31Performance increase for MGETmichael-grunder
2013-08-15Actually set the precision to 16 places!michael-grunder
2013-08-15Increase double->string precisionmichael-grunder
2013-02-25Merge remote-tracking branch 'upstream/develop' into developEmmanuel Merali
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-25Merge remote-tracking branch 'upstream/master'Emmanuel Merali
2013-02-22Merged changes from @mobliEmmanuel Merali
2013-02-17CLIENT Commandsmichael-grunder
2013-01-29New select DB command to RedisArray - Added retry delay on reconnectEmmanuel Merali
2013-01-29Revert "Retry delay - selectDB on array"Emmanuel Merali
2013-01-21Retry delay - selectDB on arrayEmmanuel Merali
2013-01-19Changed the way we build the HMSET command such that we don'tmichael-grunder
2012-07-03Add back nuked comment linesmichael-grunder
2012-07-02PHP 5.4 number encode fixmichael-grunder
2012-05-29TSRMLS_CCmichael-grunder
2012-05-23Use module API version instead of PHP_MAJOR/MINOR version. Fix char as argumentmaxbeutel
2012-05-23use helper for converting from double to string, use _ex version of _php_math...maxbeutel
2012-05-12getLastError methodmichael-grunder
2012-05-10Initial commit of EVAL and EVALSHAmichael-grunder
2012-01-31Fixed compilation issues with Clang.Nicolas Favre-Felix
2011-12-23fixing issue with re-connect logicEric Hohenstein
2011-11-04Bugfix for hgetall used with serializer.Nicolas Favre-Felix
2011-06-12Merge branch 'master' of https://github.com/Zakay/phpredis into Zakay-masterNicolas Favre-Felix
2011-05-18Significantly optimize the redis_cmd_format_static() and redis_cmd_format() r...Ilia Alshanetsky
2011-04-04Fixed ZTS macros.Nicolas Favre-Felix
2011-02-04Added support for user specified persistent connection idZakay Danial