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-09-29SINTERCARD and ZINTERCARD commandsmichael-grunder
2022-09-07Redis::client commandissue-1894-clientPavlo Yatsukhnenko
2022-08-03Issue #1943Pavlo Yatsukhnenko
2022-06-07Issue #1894issue-1894-pop-countPavlo Yatsukhnenko
2022-05-27Backoff settings in constructorPavlo Yatsukhnenko
2022-04-12Issue #1894Pavlo Yatsukhnenko
2022-04-05Issue #1746Pavlo Yatsukhnenko
2022-04-03Don't allow reconnect on read responsePavlo Yatsukhnenko
2022-01-16Remove unused redis_single_line_replyPavlo Yatsukhnenko
2021-12-28[WIP] Issue #1894Pavlo Yatsukhnenko
2021-12-13Issue #2009Pavlo Yatsukhnenko
2021-12-13Remove unused function redis_sock_copy_authPavlo Yatsukhnenko
2021-08-26switch to legacy arginfo for PHP < 8Remi Collet
2021-08-26use stub/arginfo for RedisSentinelRemi Collet
2021-06-22Separate compression and create utility methodsmichael-grunder
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-06[WIP] Issue #1894Pavlo Yatsukhnenko
2021-02-25Normalize Redis callback prototypes and stop typecasting. (#1935)Michael Grunder
2021-01-17[WIP] Issue #1894Pavlo Yatsukhnenko
2020-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-02Issue #1600Pavlo Yatsukhnenko
2019-11-05Issue #1664Pavlo Yatsukhnenko
2019-07-18ulong => zend_ulong for 7.4Remi Collet
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-18RedisCluster authPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-0632bit xclaim fix (#1444)Michael Grunder
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-08-01Remove redis_get_exception_basePavlo Yatsukhnenko
2017-07-25runtime exteptionPavlo Yatsukhnenko
2017-07-13Remove redis_send_discard duplicationPavlo Yatsukhnenko
2017-04-29Remove integer_length functionmichael-grunder
2017-04-29Actual removal of redis_cmd_format_static functionmichael-grunder
2017-04-29Replace redis_cmd_format_static with redis_spprintfmichael-grunder
2017-04-28Replace redis_cmd_format_static with redis_spprintfmichael-grunder
2017-04-28Remove redis_cmd_append_str and redis_cmd_append_intmichael-grunder
2017-04-28Remove redis_cmd_format_header command completelymichael-grunder
2017-04-28Removes legacy function redis_cmd_format()michael-grunder
2017-04-27Initial commit of refactored command constructionmichael-grunder
2017-04-23Allow MIGRATE to accept multiple keysmichael-grunder
2017-04-21Remove REDIS_DOUBLE_TO_STRING macrosPavlo Yatsukhnenko
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko