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-02-12Add callback parameter to subscribe/psubscribe arginfo.Pavlo Yatsukhnenko
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-21Merge pull request #1494 from phpredis/cluster-auth2Pavlo Yatsukhnenko
2019-01-21Merge pull request #1485 from phpredis/consistent-hashingPavlo Yatsukhnenko
2019-01-18RedisCluster authPavlo Yatsukhnenko
2019-01-09Use zend_string for pipeline_cmdPavlo Yatsukhnenko
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-11-0632bit xclaim fix (#1444)Michael Grunder
2018-10-08Reset the socket after a timeout to make sure no wrong data is received (#1417)Marc de Jonge
2018-10-04Undo breaking changesmichael-grunder
2018-10-04It's preferable to commit code that compilesmichael-grunder
2018-10-04Commit accidentally missed no-op macro changemichael-grunder
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2018-07-29Issue #1347Pavlo Yatsukhnenko
2018-03-26Use zend_string for all lock_status membersPavlo Yatsukhnenko
2018-03-26Apply zend_string API for redis_session_keyPavlo Yatsukhnenko
2018-01-18Implement SWAPDB commandmichael-grunder
2017-11-17RefactoringPavlo Yatsukhnenko
2017-10-24MOD: Add tcp_keepalive option to redis sockgit-hulk
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-10-13fix arginfo for directed node commandsPavlo Yatsukhnenko
2017-10-05Add PHPREDIS_GET_OBJECT macrosPavlo Yatsukhnenko
2017-10-05Issue #1245Pavlo Yatsukhnenko
2017-08-29More arginfo for RedisClusterPavlo Yatsukhnenko
2017-08-29More arginfo for RedisClusterPavlo Yatsukhnenko
2017-08-28More arginfo for RedisCluster + remove duplicatesPavlo Yatsukhnenko
2017-08-22Add arginfo for RedisArrayPavlo Yatsukhnenko
2017-08-16Use zend_string to store strings in RedisSockPavlo Yatsukhnenko
2017-08-15Fix static analyzer warningsPavlo Yatsukhnenko
2017-08-15ZEND_HASH_FOREACH_PTRPavlo Yatsukhnenko
2017-08-11refactoringPavlo Yatsukhnenko
2017-08-08Allow mixing multi and pipeline modesPavlo Yatsukhnenko
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-08-01Fix valgrind warningsPavlo Yatsukhnenko
2017-07-28Init gc value for php5 zval_get_stringPavlo Yatsukhnenko
2017-05-09Using ZVAL_DEREF macros for dereference input variables.Pavlo Yatsukhnenko
2017-04-21Merge branch 'issue.1156' into developPavlo Yatsukhnenko
2017-04-21refactoring (#1155)Pavlo Yatsukhnenko
2017-04-20Fix #1156Pavlo Yatsukhnenko
2017-04-12Modifying `redis_error_throw` to throw exception for all non recoverable errors.Pavlo Yatsukhnenko
2017-03-29Remove REDIS_SOCK_STATUS_UNKNOWN because no way to reach it.Pavlo Yatsukhnenko
2017-03-29remove unused constantsPavlo Yatsukhnenko
2017-03-14remove unused struct request_item + add redis_hstrlen_cmd protoPavlo Yatsukhnenko
2017-03-10refactoringPavlo Yatsukhnenko
2017-03-03free_reply_callbacksPavlo Yatsukhnenko
2017-03-03REDIS_PROCESS_RESPONSE_CLOSUREPavlo Yatsukhnenko
2017-03-02refactoringPavlo Yatsukhnenko
2017-02-27put macros in orderPavlo Yatsukhnenko
2017-02-11refactoringPavlo Yatsukhnenko