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-26[WIP] Use stub/arginfo for RedisClusterPavlo Yatsukhnenko
2021-06-22Separate compression and create utility methodsmichael-grunder
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-22Merge pull request #1955 from phpredis/issue-1894-zinterunionPavlo Yatsukhnenko
2021-03-21[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-19fixRoy
2021-03-18Fix #1952roy
2020-10-21Issue #1864 (#1867)Pavlo 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-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-05-06fix [-Wformat=] warning on 32-bit (#1750)Remi Collet
2020-03-09Fix redis_cluster GET_CONTEXT usagePavlo Yatsukhnenko
2020-03-09Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macrosPavlo Yatsukhnenko
2020-01-14Remove "PHP Version 5" sectionTyson Andre
2020-01-06Merge pull request #1696 from TysonAndre/fix-redis_cluster-protoPavlo Yatsukhnenko
2020-01-06Fix typos detected by codespellTyson Andre
2020-01-06Fix proto comments for host_port in RedisClusterTyson Andre
2019-12-02Enable slot caching for session clusterMichael Booth
2019-07-17Use zend_object_properties_size while creating cluster objectPavlo Yatsukhnenko
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-06-03Allow PING to take an optional argument.michael-grunder
2019-06-03Issue.1555 zrange withscores arg (#1565)Michael Grunder
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-03-20Remove last remnants of PHP5michael-grunder
2019-03-20Use a more specific name for our 'slot caching enabled' definemichael-grunder
2019-03-19Merge branch 'cluster-slot-cache' into issue.1448-require_php7michael-grunder
2019-02-24Merge branch 'issue-1509' into issue.1448-require_php7michael-grunder
2019-02-19Remove dead code, fix min_argc for blocking commandsmichael-grunder
2019-02-19Change ZPOP* return type and implement blocking variantsmichael-grunder
2019-02-17Add ZPOPMAX and ZPOPMIN supportMarin Bezhanov
2019-02-14Merge branch 'issue.1448-require_php7' into cluster-slot-cachemichael-grunder
2019-02-14Merge branch 'issue.1502.geo-readonly-cmds' into issue.1448-require_php7michael-grunder
2019-02-14Implement GEORADIUS_RO and GEORADIUSBYMEMBER_ROmichael-grunder
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-12-26Merge pull request #1426 from twose/developPavlo Yatsukhnenko
2018-11-26Fix RedisCluster keys memory leak (#1466)Michael Grunder
2018-11-23Directly use return_value in RedisCluster::keys methodPavlo Yatsukhnenko
2018-11-22Masters info leakfix (#1462)Michael Grunder
2018-10-19Update STREAM API to handle STATUS -> BULK reply changemichael-grunder
2018-10-13Remove useless ZEND_ACC_[C|D]TOR.twosee
2018-09-29Streams (#1413)Michael Grunder