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-01-18RedisCluster authPavlo Yatsukhnenko
2019-01-09Use zend_string for pipeline_cmdPavlo Yatsukhnenko
2018-12-19Issue #1477: lzf_compress margin compatibilityJonathan Champ
2018-12-13Issue #1477Pavlo Yatsukhnenko
2018-11-22Masters info leakfix (#1462)Michael Grunder
2018-11-21Refactor redis_sock_read_bulk_replyPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-0632bit xclaim fix (#1444)Michael Grunder
2018-10-26Fix warning: 'id' may be used uninitialized in this functionPavlo Yatsukhnenko
2018-10-26Merge pull request #1427 from twose/warningPavlo Yatsukhnenko
2018-10-26fix some build warningsRemi Collet
2018-10-19Update STREAM API to handle STATUS -> BULK reply changemichael-grunder
2018-10-13Fix warning.twosee
2018-10-08Reset the socket after a timeout to make sure no wrong data is received (#1417)Marc de Jonge
2018-10-01Fix scan-build warningsPavlo Yatsukhnenko
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-01-05Issue #1287Pavlo Yatsukhnenko
2017-11-17Remove trailing spacesPavlo Yatsukhnenko
2017-11-17RefactoringPavlo Yatsukhnenko
2017-10-28Merge branch 'fix-win32-tcp_keepalive' into developmichael-grunder
2017-10-26Remove unused variablemichael-grunder
2017-10-26Shot in the dark fix for TCP_KEEPALIVE in Windowsmichael-grunder
2017-10-24Minor change to setsockoptmichael-grunder
2017-10-24MOD: Add tcp_keepalive option to redis sockgit-hulk
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-10-17fix memory leak added in PR #1247Pavlo Yatsukhnenko
2017-10-09Issue #1238Pavlo Yatsukhnenko
2017-09-29Don't use convert_to_string in redis_hmget_cmdPavlo Yatsukhnenko
2017-09-29Destroy all tabs :-)michael-grunder
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-08-16Avoid a coverty warning for failure to check return value.michael-grunder
2017-08-14* Only attempt to set TCP_NODELAY on TCP sockets and also don't abortmichael-grunder
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-08-01Remove redis_get_exception_basePavlo Yatsukhnenko
2017-07-28CID 158614, 158615Pavlo Yatsukhnenko
2017-07-25runtime exteptionPavlo Yatsukhnenko
2017-07-20CID 157204Pavlo Yatsukhnenko
2017-07-20CID 157208Pavlo Yatsukhnenko
2017-07-19Fix some static analyzer warningsPavlo Yatsukhnenko
2017-07-13Remove redis_send_discard duplicationPavlo Yatsukhnenko
2017-05-03Don't use `free` as variable name.michael-grunder
2017-04-29Remove integer_length functionmichael-grunder
2017-04-29Actual removal of redis_cmd_format_static functionmichael-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