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-04-13Fix security alertsPavlo Yatsukhnenko
2022-04-13Fix NULL-pointer dereferences and handle possible UBPavlo Yatsukhnenko
2022-04-12Issue #1894Pavlo Yatsukhnenko
2022-04-07Issue #1894issue-1894-flushPavlo Yatsukhnenko
2022-04-04Remove weird macrosesPavlo Yatsukhnenko
2022-03-30Issue #1894Pavlo Yatsukhnenko
2022-03-21[WIP] Issue #1894Pavlo Yatsukhnenko
2022-01-20Fix fallthrough warnings and refactor adding a score (#2049)Michael Grunder
2021-12-28[WIP] Issue #1894Pavlo Yatsukhnenko
2021-12-13Issue #2009Pavlo Yatsukhnenko
2021-11-18Use ZEND_HASH_FOREACH_STR_KEY_VAL when numeric index isn't usedPavlo Yatsukhnenko
2021-11-12Issue #2030Pavlo Yatsukhnenko
2021-09-25Use ZEND_HASH_FOREACH_STR_KEY_VAL when numeric index isn't usedPavlo Yatsukhnenko
2021-08-26use zend_parse_parameters_noneRemi Collet
2021-07-20Add support for exponential backoff on retryNathaniel Braun
2021-06-22Separate compression and create utility methodsmichael-grunder
2021-05-14[WIP] Issue #1894Pavlo Yatsukhnenko
2021-04-15[WIP] Issue #1894Pavlo Yatsukhnenko
2021-04-14Add PHPREDIS_CTX_PTR magic valuePavlo Yatsukhnenko
2021-04-10[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-21[WIP] Issue #1894Pavlo Yatsukhnenko
2021-03-06[WIP] Issue #1894Pavlo Yatsukhnenko
2021-02-28[WIP] Issue #1894Pavlo Yatsukhnenko
2021-01-29[WIP] Issue #1894Pavlo Yatsukhnenko
2020-11-16Issue #1873Pavlo Yatsukhnenko
2020-11-04Use zend_string_equals_literal_ci instread of macrosPavlo Yatsukhnenko
2020-10-13Verify SET options are strings before testing them as strings. (#1859)Michael Grunder
2020-09-28Issue.1847 cluster segfault (#1850)Michael Grunder
2020-08-30Relax requirements on set's expire argument (#1830)Michael Grunder
2020-07-09Don't use zend_fcall_info.no_separationPavlo Yatsukhnenko
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-06-08Rebased LZ4 PR (#1781)Michael Grunder
2020-06-07Issue.1762 xinfo full (#1771)Michael Grunder
2020-06-01Use ZEND_LONG_FMT and avoid typecast in hMset (#1770)Michael Grunder
2020-05-24Adds Redis 6.0 KEEPTTL option for SET (#1766)Michael Grunder
2020-05-19Issue #548 (#1649)Pavlo Yatsukhnenko
2020-02-07Add RedisSentinel class and testsPavlo Yatsukhnenko
2020-01-19Fix a couple of memory leaks in Redis/RedisClustermichael-grunder
2020-01-14Remove "PHP Version 5" sectionTyson Andre
2020-01-06Fix typos detected by codespellTyson Andre
2019-07-18ulong => zend_ulong for 7.4Remi Collet
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-07-09Add support for Zstd compressionRemi Collet
2019-06-04Make the XREADGROUP optional COUNT and BLOCK arguments nullable.michael-grunder
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-05-12JSON serializerPavlo Yatsukhnenko
2019-04-04Type correctness for zval_get_long return valuemichael-grunder
2019-04-04Fix TypeError when using built-in constants in `setOption`Joyce Babu