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
2022-07-18mark auth param as sensitive for PHP 8.2Remi Collet
2022-01-30Issue #1393Pavlo Yatsukhnenko
2022-01-20Issue #2055Pavlo Yatsukhnenko
2021-12-28Duplicate zval before add_next_index_zvalPavlo Yatsukhnenko
2021-09-07Fix RedisArray::__construct bugPavlo Yatsukhnenko
2021-08-26Use stub/arginfo for RedisArrayPavlo Yatsukhnenko
2021-08-26use stub/arginfo for RedisSentinelRemi Collet
2021-03-25cleanup unneeded castRemi Collet
2021-03-25Fix #1956 bad type usage on 32-bitRemi Collet
2020-12-13Add accidentally removed headerPavlo Yatsukhnenko
2020-12-12Remove odd PHPREDIS_ZVAL_IS_STRICT_FALSE macroPavlo Yatsukhnenko
2020-12-08Remove aliases for all methods.Pavlo Yatsukhnenko
2020-10-30Duplicate zval before add_next_index_zvalPavlo Yatsukhnenko
2020-10-30Refactor ra_generic_delPavlo Yatsukhnenko
2020-10-30Refactor RedisArrayPavlo Yatsukhnenko
2020-10-30Use zend_string in ra_find_node_by_namePavlo Yatsukhnenko
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