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-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2020-05-06fix [-Wformat=] warning on 32-bit (#1750)Remi Collet
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2020-03-09Add PHPREDIS_GET_OBJECT and PHPREDIS_ZVAL_GET_OBJECT macrosPavlo Yatsukhnenko
2020-01-14Remove "PHP Version 5" sectionTyson Andre
2019-10-05Fix coverity scan warningsPavlo Yatsukhnenko
2019-08-09Issue #1618Pavlo Yatsukhnenko
2019-07-18use uint32_t for call_user_functionRemi Collet
2019-07-18ulong => zend_ulong for 7.4Remi Collet
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-03-29Handle references in MGET (#1535)Michael Grunder
2019-03-19Merge remote-tracking branch 'cthulhu/issue.1448-require_php7' into issue.144...michael-grunder
2019-03-19Issue #1508Pavlo Yatsukhnenko
2019-03-19RedisArray auth.Pavlo Yatsukhnenko
2019-03-19Use zend_string for storing key hashing algorithmPavlo Yatsukhnenko
2019-02-09PHP 7 exception and compiler warning fixesmichael-grunder
2019-01-27PHP 5 is dead, long live PHP 7michael-grunder
2019-01-03Different key hashing algorithms from hash extension.Pavlo Yatsukhnenko
2018-12-22Add RedisArray::_continuum methodPavlo Yatsukhnenko
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo Yatsukhnenko
2018-12-19Use zend_string for storing RedisArray hostsPavlo Yatsukhnenko
2018-09-29Streams (#1413)Michael Grunder
2018-04-22Issue #1302Pavlo Yatsukhnenko
2018-04-22Issue #1302Pavlo Yatsukhnenko
2018-04-11Refactor RedisArrayPavlo Yatsukhnenko
2018-02-17Some style normalizationmichael-grunder
2018-01-29Refactor RedisArrayPavlo Yatsukhnenko
2018-01-17Syntax fixes and prototype consolidationmichael-grunder
2018-01-17Implement UNLINK commandmichael-grunder
2017-10-20Issue #1224Pavlo Yatsukhnenko
2017-10-05Add PHPREDIS_GET_OBJECT macrosPavlo Yatsukhnenko
2017-09-29Destroy all tabs :-)michael-grunder
2017-09-28Revert "Fix RA memory leak"Pavlo Yatsukhnenko
2017-09-28Fix RA memory leakPavlo Yatsukhnenko
2017-09-27Sort arginfos alphabeticallyPavlo Yatsukhnenko
2017-08-28Check number of elements in incoming array-argumentPavlo Yatsukhnenko
2017-08-28More arginfo for RedisCluster + remove duplicatesPavlo Yatsukhnenko
2017-08-23More arginfo for RedisArrayPavlo Yatsukhnenko
2017-08-22More arginfo for RedisArrayPavlo Yatsukhnenko
2017-08-22Add arginfo for RedisArrayPavlo Yatsukhnenko
2017-08-15Fix static analyzer warningsPavlo Yatsukhnenko
2017-08-12Duplicate incoming params via ZVAL_ZVAL in ra_forward_callPavlo Yatsukhnenko
2017-08-11refactoringPavlo Yatsukhnenko
2017-08-04Change type of RedisArray pure_cmds to HashTablePavlo Yatsukhnenko
2017-08-02Use ZSTR_VAL and ZSTR_LEN macroses to access zend_string fieldsPavlo Yatsukhnenko
2017-07-28CID 158616Pavlo Yatsukhnenko
2017-04-27Remove `ra_find_key` + use return_value instead of stack allocated z_tmp in`r...Pavlo Yatsukhnenko
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2017-04-03Tabs are evilmichael-grunder
2017-04-03Use crc32 table from PHP distro (#1144)Pavlo Yatsukhnenko