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
2014-02-21Merge branch 'hotfix/eval_timeout_segfault' into developmichael-grunder
2014-02-21We need to return immediately from our variant reply parsingmichael-grunder
2014-01-15Add Redis COPY and REPLACE flag support for Migrate command.michael-grunder
2013-12-14SCAN and variantsmichael-grunder
2013-09-08Send a newline with the QUIT commandmichael-grunder
2013-09-01generic_z_command fixesmichael-grunder
2013-09-01Rework generic_z_command to build the command in linear timemichael-grunder
2013-09-01Merge branch 'feature/mobli_ra_changes' into developmichael-grunder
2013-08-31Performance increase for MGETmichael-grunder
2013-08-11Merge remote-tracking branch 'mobli/develop' into feature/mobli_ra_changesmichael-grunder
2013-03-27Merge branch 'hotfix/inspection_methods' into developmichael-grunder
2013-03-27Introspection methodsmichael-grunder
2013-03-16Merge branch 'hotfix/serializer_leak' into developmichael-grunder
2013-03-16Fixes a memory leak, and possible undefined behavior if we havemichael-grunder
2013-02-25Merge remote-tracking branch 'upstream/develop' into developEmmanuel Merali
2013-02-25Merge branch 'hotfix/fix_return_values' into developmichael-grunder
2013-02-25Fix each place we're erroring out but return a value as themichael-grunder
2013-02-25Merge branch 'hotfix/add_retval_zipped_wreply' into developmichael-grunder
2013-02-25Return a proper valuemichael-grunder
2013-02-25Don't return a value from a void functionmichael-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-17Merge branch 'hotfix/issue-229' into developNicolas Favre-Felix
2013-02-17Merge branch 'master' of https://github.com/rnamiki/phpredis into rnamiki-masterNicolas Favre-Felix
2013-02-17CLIENT Commandsmichael-grunder
2013-02-12Merge remote-tracking branch 'kotas/opt-read-timeout'michael-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-29Revert "New select DB command to RedisArray - Added retry delay on reconnect"Emmanuel Merali
2013-01-23New select DB command to RedisArray - Added retry delay on reconnectEmmanuel 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
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