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
2022-11-07Documentation: Add several more docblocsmichael-grunder
2022-11-01Documentation: Add a docblock for the set command.michael-grunder
2022-10-31Documentation: Additional docblock headersmichael-grunder
2022-10-31Documentation: More complete command docblocksmichael-grunder
2022-10-30Move `options` to the end listPavlo Yatsukhnenko
2022-10-30Issue #1894Pavlo Yatsukhnenko
2022-10-30Documentation: More docblocks and examplesmichael-grunder
2022-10-30Documentation: Add detailed docs for several set operationsmichael-grunder
2022-10-28Documentation: Add detailed docblocks for list pop operations.michael-grunder
2022-10-27Documentation: Add docblocks for PF* commands and ping.michael-grunder
2022-10-27Documentation: Add docblocks for several more methods.michael-grunder
2022-10-27Refactor BRPOPLPUSH and add B[LR]POP documentationmichael-grunder
2022-10-27Documentation: Document introspection methodsmichael-grunder
2022-10-26TOUCH commandmichael-grunder
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-23Refactor SORT and add SORT_RO commandmichael-grunder
2022-10-22Implement ZRANGESTORE and add ZRANGE optionsmichael-grunder
2022-10-22EVAL_RO and EVALSHA_ROmichael-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-13Add missing directed node command to docs and refactor stubs.michael-grunder
2022-10-12RedisCluster stub fixes (#2183)Michael Grunder
2022-10-11Refactor and fix XPENDING handlermichael-grunder
2022-10-11Refactor XINFO handlermichael-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-02EXPIRETIME and PEXPIRETIMEmichael-grunder
2022-10-01LCS commandmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-10-01Implement CONFIG RESETSTATmichael-grunder
2022-08-16Fix typoNicolas Grekas
2022-07-18regenerate arginfo using 8.2.0beta1Remi Collet
2022-07-18mark auth param as sensitive for PHP 8.2Remi Collet
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-02-01Allow to pass null as iteratorPavlo Yatsukhnenko
2021-12-02Issue #2038Pavlo Yatsukhnenko
2021-12-01Issue #2038Pavlo Yatsukhnenko
2021-09-07Fix stub-based arginfo for Redis::object and RedisCluster::objectPavlo Yatsukhnenko
2021-09-07Fix RedisCluster [hz]scan iteratior referencePavlo Yatsukhnenko
2021-09-07Add stub-based arginfo for RedisCluster::_pack and RedisCluster::_unpackPavlo Yatsukhnenko
2021-09-07Add stub-based arginfo for RedisCluster::_uncompressPavlo Yatsukhnenko
2021-09-07Add stub-based arginfo for RedisCluster::_compressPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods zPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods t-xPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods sPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods rPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods pPavlo Yatsukhnenko
2021-08-26Add stub-based arginfo for Redis Cluster methods h-kViktor Djupsjöbacka