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-22Implement ZRANGESTORE and add ZRANGE optionsmichael-grunder
2022-10-08[B]LMPOP and [B]ZMPOP commandsmichael-grunder
2022-10-01SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-09-15Fix non standards conforming prototypes. (#2150)Michael Grunder
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-04-03Don't allow reconnect on read responsePavlo Yatsukhnenko
2021-10-28Added support for remapping the cluster's keyspace on a failoverBar Shaul
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2020-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
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-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-06Fix typos detected by codespellTyson Andre
2019-12-02Enable slot caching for session clusterMichael Booth
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-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-10-08Reset the socket after a timeout to make sure no wrong data is received (#1417)Marc de Jonge
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-05-31Issue #1358Pavlo Yatsukhnenko
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-03-29Remove unused force_connect parameter from redis_sock_server_open function.Pavlo Yatsukhnenko
2016-12-21change redis_serialize to accept strlen_tRemi Collet
2016-11-29Issue #1036Pavlo Yatsukhnenko
2016-11-23Unbreak php7 fix for php <= 7.0michael-grunder
2016-11-23Move zend_object handler to the endmichael-grunder
2016-11-12WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-11WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-09WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-28WIP: php7 compatibilityPavlo Yatsukhnenko
2016-09-06rename smart_str to smart_stringPavlo Yatsukhnenko
2016-03-31Merging in logic from #777 to shuffle cluster seedsmichael-grunder
2016-03-30Reduce number of connections to one cluster node by shuffling nodes.Vitaliy Stepanyuk
2015-06-20Persistent connections for cluster and possible crash fixmichael-grunder
2015-06-17Initial commit for cluster-enabled session handlingmichael-grunder
2015-05-06Use win32 function prototypes for lib functionsmichael-grunder
2015-05-06Make RedisCluster::client('list') work like Redismichael-grunder
2015-05-06Response handler fixesmichael-grunder
2015-05-06Various cluster fixes and Unit test updatesmichael-grunder
2015-05-06More updates for auto-failover logicmichael-grunder
2015-05-06Add functionality to specify cluster configuration in redis.inimichael-grunder