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
2022-11-08Documentation: More docblocks with examples.michael-grunder
2022-11-01Refactor PubSub commandPavlo Yatsukhnenko
2022-10-30Move `options` to the end listPavlo Yatsukhnenko
2022-10-30Issue #1894Pavlo Yatsukhnenko
2022-10-27Fix BITOP cross-slot bugmichael-grunder
2022-10-27Refactor BRPOPLPUSH and add B[LR]POP documentationmichael-grunder
2022-10-26TOUCH commandmichael-grunder
2022-10-24Future proof our igbinary header checkmichael-grunder
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-23Refactor SORT and add SORT_RO commandmichael-grunder
2022-10-23XGROUP DELCONSUMER and ENTRIESREADmichael-grunder
2022-10-22Implement ZRANGESTORE and add ZRANGE optionsmichael-grunder
2022-10-22EVAL_RO and EVALSHA_ROmichael-grunder
2022-10-21Newer versions of Redis shouldn't need a long delaymichael-grunder
2022-10-19Refactor SLOWLOG commandmichael-grunder
2022-10-19Variadic CONFIG GET/SETmichael-grunder
2022-10-16INFO with multiple sectionsmichael-grunder
2022-10-13Refactor BITPOS and implement BIT/BYTE option.michael-grunder
2022-10-13Implement Redis 7.0.0 [P]EXPIRE[AT] optionsmichael-grunder
2022-10-12RedisCluster stub fixes (#2183)Michael Grunder
2022-10-11More redis.stub.php and PHP 8.2 deprecation fixes.michael-grunder
2022-10-11Refactor FLUSHDB and update docs.michael-grunder
2022-10-11Refactor and fix XPENDING handlermichael-grunder
2022-10-11Refactor XINFO handlermichael-grunder
2022-10-10Implement CONFIG REWRITEmichael-grunder
2022-10-10Suppress a valgrind false positivemichael-grunder
2022-10-08Add new Redis 6.2.0 XTRIM optionsmichael-grunder
2022-10-08Implement new RESTORE optionsmichael-grunder
2022-10-08[B]LMPOP and [B]ZMPOP commandsmichael-grunder
2022-10-08WIP: Update stubs so the tests pass in strict modemichael-grunder
2022-10-03Relax OBJECT idletime tests to avoid false failures.michael-grunder
2022-10-02EXPIRETIME and PEXPIRETIMEmichael-grunder
2022-10-01LCS commandmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-10-01Implement CONFIG RESETSTATmichael-grunder
2022-10-01Add back a default switch case for setoption handlermichael-grunder
2022-09-29Make sure we set an error for key based scansmichael-grunder
2022-09-27BLPOP with a float timeoutmichael-grunder
2022-09-18Return false or NULL on empty lpos response (#2151)Michael Grunder
2022-09-15Add 'BIT'/'BYTE' modifier to BITCOUNT + tests (#2149)Michael Grunder
2022-09-07Redis::client commandissue-1894-clientPavlo Yatsukhnenko
2022-08-03Issue #1943Pavlo Yatsukhnenko
2022-06-18Fix testsPavlo Yatsukhnenko
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-05-26Fix tests on Redis 7.0Pavlo Yatsukhnenko
2022-04-12Issue #1894Pavlo Yatsukhnenko
2022-04-11Issue #1894Pavlo Yatsukhnenko
2022-01-30A small test for key scanning in RedisArraymichael-grunder
2022-01-26Fix LZF decompression logic. (#2065)Michael Grunder