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
2021-08-26Use stub/arginfo for RedisArrayPavlo Yatsukhnenko
2020-09-22PHP 8 compatibility WindowsJan-E
2020-03-30Authenticate in redis_sock_server_openPavlo Yatsukhnenko
2019-07-18use uint32_t for call_user_functionRemi Collet
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-03-19Merge remote-tracking branch 'cthulhu/issue.1448-require_php7' into issue.144...michael-grunder
2019-03-19Issue #1508Pavlo Yatsukhnenko
2019-03-19Use zend_string for storing key hashing algorithmPavlo Yatsukhnenko
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-01-17Implement UNLINK commandmichael-grunder
2017-09-29Destroy all tabs :-)michael-grunder
2017-08-04Change type of RedisArray pure_cmds to HashTablePavlo Yatsukhnenko
2017-04-21refactoring (#1155)Pavlo Yatsukhnenko
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2017-04-03Use crc32 table from PHP distro (#1144)Pavlo Yatsukhnenko
2017-02-09redis_array_objectPavlo Yatsukhnenko
2016-11-09WIP: php7 compatibilityPavlo Yatsukhnenko
2016-11-08WIP: php7 compatibilityPavlo Yatsukhnenko
2016-10-10RedisArray refactoringPavlo Yatsukhnenko
2016-09-28WIP: php7 compatibilityPavlo Yatsukhnenko
2014-07-06Merge branch 'hotfix/win32-fixes' into developmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01fix stdint usageAnatol Belski
2014-05-15SAVE and BGSAVE are distrubte commandsmichael-grunder
2014-04-09Merge nicolasff:b9a16b5ad5 in, fixing for Win32vostok4
2014-02-23add support for 'connect_timeout' option for redis arraysMike
2013-10-18Further fixes for building on VC9 Win32, C89 compliancevostok4
2013-08-11Persistent connections with RedisArraymichael-grunder
2013-05-02Add FLUSHALL to RedisArrayNicolas Favre-Felix
2013-05-02Add FLUSHDB to RedisArrayNicolas Favre-Felix
2013-02-22Merged changes from @mobliEmmanuel Merali
2012-06-23RedisArray fixesmichael-grunder
2011-12-14s/_specified/_instanceNicolas Favre-Felix
2011-12-12Added retrieval of specific instance form ArrayEmmanuel Merali
2011-12-11External key distributorEmmanuel Merali
2011-12-08Renamed crc32 to rcrc32Emmanuel Merali
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-09-20Fixed duplicate symbol (GitHub issue #50)Nicolas Favre-Felix
2011-09-04Multi/exec, per node.Nicolas Favre-Felix
2011-09-04Auto rehash keys on read miss + config.iniNicolas Favre-Felix
2011-08-28Added getOption/setOptionNicolas Favre-Felix
2011-08-28Added distributed PINGNicolas Favre-Felix
2011-08-19RefactoringNicolas Favre-Felix
2011-08-19Added bool index parameter to RedisArray constructorNicolas Favre-Felix