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
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-03-15Merge branch 'feature/pubsub_cmd' into developmichael-grunder
2014-03-03Implemented BITPOS commandmichael-grunder
2014-02-04_serialize methodmichael-grunder
2014-01-22Implement PUBSUB commandmichael-grunder
2013-12-14SCAN and variantsmichael-grunder
2013-12-08Implement WAIT commandmichael-grunder
2013-11-19Don't free the key before we use itmichael-grunder
2013-11-18Allow for NULL to be passed in our optional arguments and justmichael-grunder
2013-11-14Enforce offset range limitations for GETBIT and SETBITmichael-grunder
2013-11-13Fix serializer support for SRANDMEMBER for both one membermichael-grunder
2013-10-04regression test for: setex properly handles long expire valuesSoenke Ruempler
2013-09-06Rework the HMGET command to skip invalid keysmichael-grunder
2013-09-04Add a unit test for the scenario described in #379michael-grunder
2013-09-01Merge branch 'feature/new_set_args' into developmichael-grunder
2013-08-31Fix an erroneous unit test failure for TTLmichael-grunder
2013-08-28Add SLOWLOG commandmichael-grunder
2013-08-12Added tests for zUnion and zInter with aggregate functions but without weightsMarlies Heijkoop
2013-08-03Redis >= 2.6.12 extended set optionsmichael-grunder
2013-08-01Update documentation and unit tests for TTL/PTTLmichael-grunder
2013-05-09Add unit tests for -inf/inf/+inf WEIGHTSmichael-grunder
2013-03-27Merge branch 'hotfix/inspection_methods' into developmichael-grunder
2013-03-27Introspection methodsmichael-grunder
2013-02-17Merge branch 'hotfix/issue-229' into developNicolas Favre-Felix
2013-02-17Merge branch 'rnamiki-master' into hotfix/issue-229Nicolas Favre-Felix
2013-02-17Merge branch 'hotfix/fix-broken-delete-test' into developNicolas Favre-Felix
2013-02-17Fix broken test with unexpected result for deleteNicolas Favre-Felix
2013-02-17Merge branch 'hotfix/ttl-response-type' into developNicolas 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-17Merge branch 'hotfix/document_array_distributor' into developNicolas
2013-02-17Document and test custom key distribution functionNicolas
2013-02-17CLIENT Commandsmichael-grunder
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