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
2013-03-27Introspection methodsmichael-grunder
2013-03-16Fixes a memory leak, and possible undefined behavior if we havemichael-grunder
2013-02-25Fix each place we're erroring out but return a value as themichael-grunder
2013-02-25Return a proper valuemichael-grunder
2013-02-17Merge branch 'master' of https://github.com/rnamiki/phpredis into rnamiki-masterNicolas Favre-Felix
2013-02-12Merge remote-tracking branch 'kotas/opt-read-timeout'michael-grunder
2013-01-19Changed the way we build the HMSET command such that we don'tmichael-grunder
2013-01-16Merge pull request #272 from pepve/brpoplpushMichael Grunder
2013-01-14Checks for tv.tv_usec as well as tv.tv_sec when setting the readmichael-grunder
2012-11-16Fix brpoplpush timeout reply handlingPepijn Verlaan
2012-10-04add Redis::OPT_READ_TIMEOUT option for issue #70kotas
2012-09-09Extend getLastError to all callsNicolas Favre-Felix
2012-09-02Enable conditional compilation for igbinary optionNicolas Favre-Felix
2012-08-29missing TSRMLS_CC, fix ZTS buildRemi Collet
2012-08-29Merge pull request #225 from pavel-krush/masterNicolas Favre-Felix
2012-08-15fixed bug different type command returnsrnamiki
2012-08-09Remove a debug linemichael-grunder
2012-08-09Properly apply a prefix on sort(), sortAsc(), and sortDesc() methods with anmichael-grunder
2012-08-06fix segfault when using persistent connectionsneon
2012-07-02PHP 5.4 number encode fixmichael-grunder
2012-05-30Merge branch 'master' of https://github.com/michael-grunder/phpredis into mic...Nicolas Favre-Felix
2012-05-30Fixing serializer initialization and destruction in PHP 5.4.maxbeutel
2012-05-29TSRMLS_CCmichael-grunder
2012-05-28Merge branch '0-reconnect-select'Nicolas Favre-Felix
2012-05-28Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-recon...Nicolas Favre-Felix
2012-05-23use helper for converting from double to string, use _ex version of _php_math...maxbeutel
2012-05-23replace remaining occurences of _php_math_number_formatmaxbeutel
2012-05-18Merge remote-tracking branch 'upstream/master'michael-grunder
2012-05-18Cleaner handling of large values on 32-bits.Nicolas Favre-Felix
2012-05-12getLastError methodmichael-grunder
2012-05-11SCRIPT commandmichael-grunder
2012-05-10Initial commit of EVAL and EVALSHAmichael-grunder
2012-05-09Added SELECT after reconnectDmitri Iouchtchenko
2012-05-06Updated redis_cmd_format_static to specifically take a long, and changed PEXI...michael-grunder
2012-05-04Implemented INCRBYFLOAT and HINCRBYFLOATmichael-grunder
2012-03-11Make sure stream exists when checking for EOF.Nicolas Favre-Felix
2012-02-27Fix for issue #134 (missing port for sessions).Nicolas Favre-Felix
2012-01-31Fixed small leak with info().Nicolas Favre-Felix
2012-01-02Merge branch 'master' of https://github.com/imvu/phpredis into imvu-masterNicolas Favre-Felix
2011-12-29Properly parse new-style info blocks.Nicolas Favre-Felix
2011-12-23fixing issue with re-connect logicEric Hohenstein
2011-12-07change exception messageyanli
2011-12-07fix infinite loop on socket erroryanli
2011-12-07Fixed residual state on pconnect().Nicolas Favre-Felix
2011-11-09Fixed issue with ZSCORE in MULTI/EXEC context.Nicolas Favre-Felix
2011-11-04Bugfix for hgetall used with serializer.Nicolas Favre-Felix
2011-11-04Throw exception when master is syncing to slave.Nicolas Favre-Felix
2011-09-14Fixed memory leak in HMGET.Nicolas Favre-Felix
2011-07-25Fixes regression on doubles (Github issue #33).Nicolas Favre-Felix
2011-07-18Merge pull request #13 from Mikushi/masterNicolas Favre-Felix