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
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-05-01Make unit test authentication configurable (#1748)Michael Grunder
2020-02-07Add RedisSentinel class and testsPavlo Yatsukhnenko
2019-02-10Switch everything to new array syntaxmichael-grunder
2017-03-26Use old style array declarationmichael-grunder
2017-03-26Make RedisArray tests exit with a nonzero exit code on failuremichael-grunder
2016-12-22display integer size in test suite outputRemi Collet
2016-12-21disply PHP version in test outputRemi Collet
2016-06-10Skip GEO* tests if version < 3.2.0michael-grunder
2016-02-13More IPv6 additionsmichael-grunder
2015-05-06Unit test suite improvements and cluster failover testmichael-grunder
2015-05-06Sorted a memory leak in RedisArray and retabbed unit testsmichael-grunder
2015-05-06Various cluster fixes and Unit test updatesmichael-grunder
2015-05-06More RedisCluster fixesmichael-grunder
2015-05-06Add simple options to limit which tests are runmichael-grunder
2015-05-06Initial commit reworking unit testsmichael-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-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