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-07-15Merge pull request #2123 from phpredis/pubsubPavlo Yatsukhnenko
2022-06-29Change PHPREDIS_CTX_PTR typePavlo Yatsukhnenko
2022-06-28Refactor subscribe/unsubscribepubsubPavlo Yatsukhnenko
2022-04-05Merge pull request #2089 from phpredis/issue-1974Pavlo Yatsukhnenko
2022-04-04Remove weird macrosesPavlo Yatsukhnenko
2022-04-02Issue #1974Pavlo Yatsukhnenko
2022-01-20Fix fallthrough warnings and refactor adding a score (#2049)Michael Grunder
2021-09-27WIP: Experimental support to detect unconsumed datamichael-grunder
2021-09-02[WIP] Add stub-based arginfo for RedisPavlo Yatsukhnenko
2021-07-20Add support for exponential backoff on retryNathaniel Braun
2021-04-15[WIP] Issue #1894Pavlo Yatsukhnenko
2021-04-14Add PHPREDIS_CTX_PTR magic valuePavlo Yatsukhnenko
2021-02-25Normalize Redis callback prototypes and stop typecasting. (#1935)Michael Grunder
2020-12-12Remove odd PHPREDIS_ZVAL_IS_STRICT_FALSE macroPavlo Yatsukhnenko
2020-09-28Issue.1847 cluster segfault (#1850)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-24Adds Redis 6.0 KEEPTTL option for SET (#1766)Michael Grunder
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-16Fix arginfo for Redis::zaddPavlo Yatsukhnenko
2020-03-09Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macrosPavlo Yatsukhnenko
2019-08-09Issue #1602Pavlo Yatsukhnenko
2019-08-09Revert "Fix "No such file or directory" when connecting to ports >= 32768 (#1...Pavlo Yatsukhnenko
2019-07-17Fix "No such file or directory" when connecting to ports >= 32768 (#1602)Owen Smith
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-07-09Add support for Zstd compressionRemi Collet
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-05-12JSON serializerPavlo Yatsukhnenko
2019-05-11Use enum for storing redis_sock statusPavlo Yatsukhnenko
2019-04-16Add support for STREAM to the type commandmichael-grunder
2019-03-23rebase msgpack pull request (#801) on develop branchB. Gortney
2019-03-20Get rid of ifdefsmichael-grunder
2019-03-20Merge branch 'develop' of github.com:phpredis/phpredis into developmichael-grunder
2019-03-20More cleanup of PHP5 conditionals/commented codemichael-grunder
2019-03-19Nuke missed PHP5/PHP7 conditionalsmichael-grunder
2019-03-19Fix review commentsPavlo Yatsukhnenko
2019-03-19Connection limit for pool.Pavlo Yatsukhnenko
2019-03-19Persistent connections poolPavlo Yatsukhnenko
2019-02-24Fix review commentsPavlo Yatsukhnenko
2019-02-24Connection limit for pool.Pavlo Yatsukhnenko
2019-02-20Persistent connections poolPavlo Yatsukhnenko
2019-02-12Merge branch 'issue.1448-require_php7' into cluster-slot-cachemichael-grunder
2019-02-12Add callback parameter to subscribe/psubscribe arginfo.Pavlo Yatsukhnenko
2019-02-11Add callback parameter to subscribe/psubscribe arginfo.Pavlo Yatsukhnenko
2019-02-09WIP: Reimplementation of cluster slot cachingmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-21Merge pull request #1494 from phpredis/cluster-auth2Pavlo Yatsukhnenko
2019-01-21Merge pull request #1485 from phpredis/consistent-hashingPavlo Yatsukhnenko