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-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-05TravisCI: test tls connectPavlo Yatsukhnenko
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-05-01Make unit test authentication configurable (#1748)Michael Grunder
2020-03-30requirepassPavlo Yatsukhnenko
2020-03-30Update session.save_path in RedisClusterTest::sessionTestPavlo Yatsukhnenko
2020-03-02Merge 5.2.0 into developmichael-grunder
2019-07-18First attempt at adding valgrind to Travismichael-grunder
2019-06-03Allow PING to take an optional argument.michael-grunder
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-02-10Switch everything to new array syntaxmichael-grunder
2019-01-10Add testDiscardPavlo Yatsukhnenko
2018-06-06PHPREDIS-1354: Refactored tests to work also with Redis clusterMarius Meissner
2018-03-24Merge branch 'session-locking' into developPavlo Yatsukhnenko
2018-01-25Merge branch 'issue.1287' into developmichael-grunder
2018-01-18Implement SWAPDB commandmichael-grunder
2018-01-12Actually commit the cluster code to skip the exception testmichael-grunder
2017-10-30PHPREDIS-37: Add locking functionalityMarius Meissner
2017-08-15Tests for doubling up on pipeline/multi callsmichael-grunder
2017-02-09Fix Null Bulk String response parsing in cluster library (#1104)Alberto Fernández
2017-01-03Test for calling connect multiple times on the same objectmichael-grunder
2016-12-19TravisCI: fix session testPavlo Yatsukhnenko
2016-12-17TravisCI: sessionPavlo Yatsukhnenko
2016-06-08Cluster geo commands and a generic so cluster and redis tests both workmichael-grunder
2016-06-02Fix bug in random key cluster testmichael-grunder
2015-05-08Added a test for 'raw' commandsmichael-grunder
2015-05-08Use a static variable for our nodemap file and only open it oncemichael-grunder
2015-05-06Added cluster specific test for SCANmichael-grunder
2015-05-06Properly handle CLIENT variants :-)michael-grunder
2015-05-06Fix INFO command so it works in a MULTi EXEC blockmichael-grunder
2015-05-06Unit test suite improvements and cluster failover testmichael-grunder
2015-05-06A few minor cluster and unit test fixesmichael-grunder
2015-05-06Response handler fixesmichael-grunder
2015-05-06Various cluster fixes and Unit test updatesmichael-grunder
2015-05-06More unit test cleanup and key consolidation for multiple key commandsmichael-grunder
2015-05-06Add cluster specific testInfo() methodmichael-grunder
2015-05-06More unit test formatting, and key renaming so tests work in clustermichael-grunder
2015-05-06Unit test formatting, change to actual Redis commands.michael-grunder
2015-05-06More unit test integration with clustermichael-grunder
2015-05-06More RedisCluster fixesmichael-grunder
2015-05-06Initial commit reworking unit testsmichael-grunder