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
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
2019-03-23rebase msgpack pull request (#801) on develop branchB. Gortney
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-14Merge branch 'issue.1502.geo-readonly-cmds' into issue.1448-require_php7michael-grunder
2019-02-14Implement GEORADIUS_RO and GEORADIUSBYMEMBER_ROmichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-24Xgroup updates (#1499)Michael Grunder
2018-11-06Comment fix: No longer always successmichael-grunder
2018-11-0632bit xclaim fix (#1444)Michael Grunder
2018-10-01Fix scan-build warningsPavlo Yatsukhnenko
2018-09-29Streams (#1413)Michael Grunder
2018-09-19Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLexmichael-grunder
2018-04-22Issue #1302Pavlo Yatsukhnenko
2018-04-10Consistent options variable namemichael-grunder
2018-04-10Adds STORE and STOREDIST to GEORADIUS[BYMEMBER]michael-grunder
2018-02-17Some style normalizationmichael-grunder
2018-01-19Merge branch 'swapdb-command' into developmichael-grunder
2018-01-18Implement SWAPDB commandmichael-grunder
2018-01-17Syntax fixes and prototype consolidationmichael-grunder
2018-01-17Implement UNLINK commandmichael-grunder
2017-10-26Shot in the dark fix for TCP_KEEPALIVE in Windowsmichael-grunder
2017-10-25Tweak call to setsockopt in redis_setoption_handlermichael-grunder
2017-10-24Merge remote-tracking branch 'git-hulk/feature/tcp-keepalive' into developmichael-grunder
2017-10-24MOD: Add tcp_keepalive option to redis sockgit-hulk