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-06-12Fix xInfo ro RedisClusterPavlo Yatsukhnenko
2019-06-12xInfo response formatPavlo Yatsukhnenko
2019-05-13Adds OPT_REPLY_LITERAL for rawCommand and EVALmichael-grunder
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-18RedisCluster authPavlo Yatsukhnenko
2018-11-21Remove unused parameter lazy_connect from redis_sock_createPavlo Yatsukhnenko
2018-11-0632bit xclaim fix (#1444)Michael Grunder
2018-09-29Streams (#1413)Michael Grunder
2018-08-22Change connect/reconnect logicPavlo Yatsukhnenko
2017-10-17Issue #1048Pavlo Yatsukhnenko
2017-08-01Remove redis_get_exception_basePavlo Yatsukhnenko
2017-07-25runtime exteptionPavlo Yatsukhnenko
2017-07-13Remove redis_send_discard duplicationPavlo Yatsukhnenko
2017-04-29Remove integer_length functionmichael-grunder
2017-04-29Actual removal of redis_cmd_format_static functionmichael-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-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
2017-04-23Allow MIGRATE to accept multiple keysmichael-grunder
2017-04-21Remove REDIS_DOUBLE_TO_STRING macrosPavlo Yatsukhnenko
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2017-03-29Remove unused force_connect parameter from redis_sock_server_open function.Pavlo Yatsukhnenko
2017-02-11refactoringPavlo Yatsukhnenko
2016-12-21change redis_sock_read_scan_reply to use zend_longRemi Collet
2016-12-21change redis_serialize to accept strlen_tRemi Collet
2016-12-21fix #1074 change redis_key_prefix to accept strlen_tRemi Collet
2016-12-17Fix broken REDIS_DOUBLE_TO_STRING implementationPavlo Yatsukhnenko
2016-12-02zval_get_stringPavlo Yatsukhnenko
2016-11-29Issue #1036Pavlo Yatsukhnenko
2016-11-17redis_unserializePavlo Yatsukhnenko
2016-11-07WIP: php7 compatibilityPavlo Yatsukhnenko
2016-11-05refactoringPavlo Yatsukhnenko
2016-11-03redis_sock_read_multibulk_reply_zvalPavlo Yatsukhnenko
2016-11-02WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-26REDIS_DOUBLE_TO_STRINGPavlo Yatsukhnenko
2016-09-06rename smart_str to smart_stringPavlo Yatsukhnenko
2016-09-06Remove duplicate prototypes + trivial fixesPavlo Yatsukhnenko
2016-06-04Merge commit 'edd777a6b4202580975447abfc95870572795e36' into developmichael-grunder
2016-01-12Just long not long intmichael-grunder
2016-01-12bugfix 718mixiaojiong
2015-10-01Initial support for geo commandsmichael-grunder
2015-05-08Merge remotemichael-grunder
2015-05-06Updates to fix rebase issuesmichael-grunder
2015-05-06Use win32 function prototypes for lib functionsmichael-grunder
2015-05-06Make RedisCluster::client('list') work like Redismichael-grunder