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
2021-08-26use stub/arginfo for RedisSentinelRemi Collet
2021-07-20Add support for exponential backoff on retryNathaniel Braun
2021-06-22Separate compression and create utility methodsmichael-grunder
2021-04-26[WIP] Issue #1894Pavlo Yatsukhnenko
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-21[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-09Smaller default retry countmichael-grunder
2021-03-09Fail if session lock can't be acquired, more sane lock wait defaults, and add...Mike Griego
2021-03-06[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-04Merge pull request #1940 from phpredis/issue-1894-copyPavlo Yatsukhnenko
2021-02-28[WIP] Issue #1894Pavlo Yatsukhnenko
2021-02-25Normalize Redis callback prototypes and stop typecasting. (#1935)Michael Grunder
2021-01-29[WIP] Issue #1894Pavlo Yatsukhnenko
2021-01-17[WIP] Issue #1894Pavlo Yatsukhnenko
2021-01-17Fix Redis::sMisMember.Pavlo Yatsukhnenko
2020-12-22[WIP] Issue #1894Pavlo Yatsukhnenko
2020-12-08Remove aliases for all methods.Pavlo Yatsukhnenko
2020-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-07-02fix #1796 missing include (#1800)Remi Collet
2020-06-25Add liveness check and create pconnect "YOLO" mode.michael-grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-08Rebased LZ4 PR (#1781)Michael Grunder
2020-06-02Issue #1600Pavlo Yatsukhnenko
2020-05-22During scan build the command using long type for iterator instead of int. Sh...victor
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-05-17Remove unused PHP_MSHUTDOWN_FUNCTIONPavlo Yatsukhnenko
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-09Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macrosPavlo Yatsukhnenko
2020-03-02Merge 5.2.0 into developmichael-grunder
2020-02-07Add RedisSentinel class and testsPavlo Yatsukhnenko
2020-02-07Issue #1646Pavlo Yatsukhnenko
2020-01-14Remove "PHP Version 5" sectionTyson Andre
2020-01-06Fix typos detected by codespellTyson Andre
2019-10-11Dead code generic_unsubscribe_cmdPavlo Yatsukhnenko
2019-10-09missing nul byteRemi Collet
2019-08-09Revert "Fix "No such file or directory" when connecting to ports >= 32768 (#1...Pavlo Yatsukhnenko
2019-07-18Remove redundant castmichael-grunder
2019-07-17Fix "No such file or directory" when connecting to ports >= 32768 (#1602)Owen Smith
2019-07-17Revert "Fix object destructor"michael-grunder
2019-07-17Fix object destructormichael-grunder
2019-07-17Don't double free the cache keymichael-grunder
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-07-09Add support for Zstd compressionRemi Collet
2019-06-27Remove HAVE_SPLPeter Kokot
2019-06-21Issue #1577Pavlo Yatsukhnenko
2019-06-20Enable connection pooling by defaultPavlo Yatsukhnenko
2019-06-17Soft deprecate methods that aren't actually Redis commands.michael-grunder
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-06-07Swap methods/aliasesPavlo Yatsukhnenko
2019-06-03Allow PING to take an optional argument.michael-grunder