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-11-25Merge pull request #1851 from Jan-E/php8_vs2019Pavlo Yatsukhnenko
2020-10-30Use zend_string in ra_find_node_by_namePavlo Yatsukhnenko
2020-09-22PHP 8 compatibility WindowsJan-E
2020-06-25Support for Redis 6 ACLs (#1791)Michael Grunder
2019-07-09cleanup TSRMLS_* usageRemi Collet
2019-03-19RedisArray auth.Pavlo Yatsukhnenko
2019-03-19Use zend_string for storing key hashing algorithmPavlo Yatsukhnenko
2019-01-03Different key hashing algorithms from hash extension.Pavlo Yatsukhnenko
2018-12-22Implement consistent hashing algorithm for RedisArrayPavlo 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-02-10redis_objectPavlo Yatsukhnenko
2015-05-06Added RedisArray and RedisCluster to config.w32 and more win32 fixesmichael-grunder
2014-07-01Merge remote-tracking branch 'vostok4/master'Anatol Belski
2014-07-01added redis array stuff to win part done some fixes to itAnatol Belski
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-11Integrating mobli's lazy connect and retry intervalmichael-grunder
2013-08-11Merge remote-tracking branch 'mobli/develop' into feature/mobli_ra_changesmichael-grunder
2013-08-11Persistent connections with RedisArraymichael-grunder
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
2013-02-22Merged changes from @mobliEmmanuel Merali
2013-01-29New select DB command to RedisArray - Added retry delay on reconnectEmmanuel Merali
2013-01-29Revert "Retry delay - selectDB on array"Emmanuel Merali
2013-01-21Retry delay - selectDB on arrayEmmanuel Merali
2012-09-10Fix RedisArray::_rehash to support closuresNicolas Favre-Felix
2011-12-12Reordered arguments to ra_index_multi().Nicolas Favre-Felix
2011-12-11External key distributorEmmanuel Merali
2011-12-08Allow use of pipeline in RedisArrayEmmanuel Merali
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
2011-09-14Added missing index on MSET.Nicolas Favre-Felix
2011-09-14Changed DEL to use index when available.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 TSRMLS_CC/DC where needed.Nicolas Favre-Felix
2011-08-28Added INI loaderNicolas Favre-Felix
2011-08-28Rehashing callbackNicolas Favre-Felix
2011-08-19Update target index when rehashing.Nicolas Favre-Felix
2011-08-19Started resharding and fixed memory corruption issue.Nicolas Favre-Felix
2011-08-19RefactoringNicolas Favre-Felix