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-10-26Small cosmetic changes in cluster_libraryPavlo Yatsukhnenko
2022-10-24Issue #2106Pavlo Yatsukhnenko
2022-10-22Implement ZRANGESTORE and add ZRANGE optionsmichael-grunder
2022-10-08[B]LMPOP and [B]ZMPOP commandsmichael-grunder
2022-10-07Allow negative timeout/read_timeout and fix docmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-09-19Issue #2080: avoid registering the same replicas multiple times in case the m...Marius Adam
2022-09-15Fix non standards conforming prototypes. (#2150)Michael Grunder
2022-06-28Refactor subscribe/unsubscribepubsubPavlo Yatsukhnenko
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-04-03Don't allow reconnect on read responsePavlo Yatsukhnenko
2022-01-20Fix fallthrough warnings and refactor adding a score (#2049)Michael Grunder
2021-12-18Fix typo/bug in cluster_scan_resp (#2045)Michael Grunder
2021-11-10Whitespacemichael-grunder
2021-10-28Added support for remapping the cluster's keyspace on a failoverBar Shaul
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-10Pass compression flag when performing HMGET (#1945)Adam Olley
2020-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-07-09Don't use zend_fcall_info.no_separationPavlo Yatsukhnenko
2020-07-07Issue #1607 (#1806)Pavlo Yatsukhnenko
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-07Issue.1765 (#1774)Michael Grunder
2020-06-05Store auth information in cluster->flags->authPavlo Yatsukhnenko
2020-05-06fix [-Wformat=] warning on 32-bit (#1750)Remi Collet
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-11Various small changes in cluster_libraryPavlo Yatsukhnenko
2020-01-31Initial commit of ASK redirection fixmichael-grunder
2020-01-19Fix a couple of memory leaks in Redis/RedisClustermichael-grunder
2020-01-06Fix typos detected by codespellTyson Andre
2019-12-02Enable slot caching for session clusterMichael Booth
2019-08-27Use pecalloc for consistencymichael-grunder
2019-08-27Also attach slaves when caching cluster slotsmichael-grunder
2019-07-31Fix overallocation in directed cluster MULTIBULK handling.michael-grunder
2019-07-18ulong => zend_ulong for 7.4Remi Collet
2019-07-17Don't double free the cache keymichael-grunder
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-07-05Issue #1591 (#1592)Pavlo Yatsukhnenko
2019-06-15WIP: Enable pooling for cluster slave nodes.michael-grunder
2019-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-05-11Fix copy-paste typoPavlo Yatsukhnenko
2019-05-11Fix support for STREAM to the RedisCluster::type commandPavlo Yatsukhnenko
2019-02-10Attach slot cache key and mechanism for invalidationmichael-grunder
2019-02-09Merge exception fixes into cluster-slot-cachemichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-02-09WIP: Reimplementation of cluster slot cachingmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-18RedisCluster authPavlo Yatsukhnenko
2018-11-23Fix build warning for PHP 5Pavlo Yatsukhnenko
2018-11-22Issue #1464Pavlo Yatsukhnenko