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
2015-01-30Fix some simple leaks in RedisArraymichael-grunder
2015-01-29Add empty limit string in array-tests.phpmichael-grunder
2014-12-18Allow for pfcount to take multiple keysmichael-grunder
2014-12-17Capture error for multibulk responsesmichael-grunder
2014-12-16Merge branch 'multibulk-serialize' into developmichael-grunder
2014-11-01Fix parsing of 'zipped' replies for various usesmichael-grunder
2014-08-30ZRANGEBYLEX commandmichael-grunder
2014-07-21Merge branch 'hotfix/debug_object' into developmichael-grunder
2014-07-21Implement DEBUG OBJECTmichael-grunder
2014-07-06Merge branch 'hotfix/win32-fixes' into developmichael-grunder
2014-07-06Remove duplicate pubsub testmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-04-02Add an additional test function to test.phpmichael-grunder
2014-04-02Initial commit of HyperLogLog commandsmichael-grunder
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