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
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
2017-10-23More robust GEORADIUS COUNT validationmichael-grunder
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-10-05Issue #1245Pavlo Yatsukhnenko
2017-09-29Don't use convert_to_string in redis_hmget_cmdPavlo Yatsukhnenko
2017-08-20Update EXISTS to handle multiple keysmichael-grunder
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-08-11Use ZEND_HASH_FOREACH_VAL in redis_sort_cmdPavlo Yatsukhnenko
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-07-20CID 157199Pavlo Yatsukhnenko
2017-05-09Using ZVAL_DEREF macros for dereference input variables.Pavlo Yatsukhnenko
2017-05-02Merge branch 'resp-printf' into developmichael-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-28Refactore EVAL commandmichael-grunder
2017-04-27Allow using numeric string in `zinter` commandPavlo Yatsukhnenko