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
path: root/tests
AgeCommit message (Expand)Author
2013-03-27Introspection methodsmichael-grunder
2013-02-17Merge branch 'rnamiki-master' into hotfix/issue-229Nicolas Favre-Felix
2013-02-17Fix broken test with unexpected result for deleteNicolas Favre-Felix
2013-02-17Fix test for TTL return valueNicolas Favre-Felix
2013-02-17Merge branch 'master' of https://github.com/rnamiki/phpredis into rnamiki-masterNicolas Favre-Felix
2013-02-17Document and test custom key distribution functionNicolas
2013-02-12Merge remote-tracking branch 'kotas/opt-read-timeout'michael-grunder
2013-02-05Merge branch 'srandmember_count'michael-grunder
2013-01-19Changed the way we build the HMSET command such that we don'tmichael-grunder
2012-11-16Added failing test for brpoplpush commandPepijn Verlaan
2012-10-26SRANDMEMBER optional COUNT argumentmichael-grunder
2012-10-04add Redis::OPT_READ_TIMEOUT option for issue #70kotas
2012-09-21Add missing serializer in zInter argsNicolas Favre-Felix
2012-09-10Fix RedisArray::_rehash to support closuresNicolas Favre-Felix
2012-09-10Add clearLastErrorNicolas Favre-Felix
2012-09-09Extend getLastError to all callsNicolas Favre-Felix
2012-09-01add 'markTestSkipped' method to test suite, improves reportRemi Collet
2012-08-31SCRIPT / EVAL / TIME are new in 2.6.0Remi Collet
2012-08-31INFO COMMANDSTATS is new in 2.6.0Remi Collet
2012-08-31INFO COMMANDSTATS is new in 2.6.0Remi Collet
2012-08-31INCRBYFLOAT new in 2.6.0Remi Collet
2012-08-31manage test suite exit codeRemi Collet
2012-08-31proposal for multi-version test suite ("All tests passed." with 2.6.0RC6)Remi Collet
2012-08-30fix php warning during testsRemi Collet
2012-08-30fix test report (backtrace index)Remi Collet
2012-08-16Merge branch 'php-numencode'michael-grunder
2012-08-15fixed bug different type command returnsrnamiki
2012-08-09Properly apply a prefix on sort(), sortAsc(), and sortDesc() methods with anmichael-grunder
2012-07-06Actually remove the test for nowmichael-grunder
2012-07-06Remove test for nowmichael-grunder
2012-07-02PHP 5.4 number encode fixmichael-grunder
2012-06-05TIME commandmichael-grunder
2012-06-05Allow integer keys for MSETmichael-grunder
2012-05-28Merge branch 'reconnect-select' of https://github.com/0/phpredis into 0-recon...Nicolas Favre-Felix
2012-05-28Fix EOLsNicolas Favre-Felix
2012-05-23added testcasemaxbeutel
2012-05-21Removed unused code and updated unit tests to use === comparison instead of =...michael-grunder
2012-05-21Added PIPELINE/MULTI unit test for EVAL, updated docs with new commandsmichael-grunder
2012-05-20Remove exclusion code from unit testmichael-grunder
2012-05-20Fix segfault in _unserialize when we get badly formed datamichael-grunder
2012-05-20Unit tests for EVAL, EVALSHA, DUMP, RESTORE, _unserialize, and _prefixmichael-grunder
2012-05-09Added SELECT after reconnectDmitri Iouchtchenko
2012-05-07Added optional string parameter to INFOmichael-grunder
2012-05-05Remove unused vars, commented code for HINCRBYFLOATmichael-grunder
2012-05-05Fix data type for HINCRBYFLOAT unit testmichael-grunder
2012-05-04Implemented INCRBYFLOAT and HINCRBYFLOATmichael-grunder
2012-04-29Add test for GitHub issue #118.Nicolas Favre-Felix
2012-04-29Convert first parameter to ZADD to string.Nicolas Favre-Felix
2012-04-16Add ECHO.Nicolas Favre-Felix
2012-04-09Fixed smembers testNicolas Favre-Felix