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 (Collapse)Author
2012-09-10Fix RedisArray::_rehash to support closuresNicolas Favre-Felix
* Add "f" parameter in _rehash() * Call object with new method * Add rehash test with closure
2011-12-12Reordered arguments to ra_index_multi().Nicolas Favre-Felix
2011-12-11External key distributorEmmanuel Merali
Added possibility to specify a user land key distributor function.
2011-12-08Allow use of pipeline in RedisArrayEmmanuel Merali
2011-11-27Added missing UNWATCH.Nicolas Favre-Felix
Possibly resolves GitHub issue #86 (TBC).
2011-11-27Added missing DISCARD in RedisArray mode.Nicolas Favre-Felix
Also added a unit test covering this feature. This commit fixes GitHub issue #87.
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