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
2019-03-19Add documentation for RedisArray authPavlo Yatsukhnenko
2019-01-11Add documentationPavlo Yatsukhnenko
2017-04-11Processing `read_timeout` parameter + update docsPavlo Yatsukhnenko
2014-09-15Update arrays.markdownamolrajoba
Documentation with example for great addition of connetion timeout 'connect_timeout'
2013-09-01Rollback the automatic resharding distributormichael-grunder
I accidentally pulled this when getting some of the pull requests integrated (git flow style) for this release. I like the idea for sure, but I think it needs more detailed documentation and further testing. At the very least, I need to understand it :)
2013-05-22Easy resharding distributorEmmanuel Merali
Updated documentation
2013-05-22Easy resharding distributorEmmanuel Merali
Updated documentation
2013-05-22Easy resharding distributorEmmanuel Merali
Updated documentation
2013-02-25Added lazy_connect option to RedisArrayEmmanuel Merali
Added an option to let each RedisArray connection connect lazily to their respective server. This is useful then working with a redis cluster composed of many shards which are not necessarily in use all at once.
2013-02-17Document and test custom key distribution functionNicolas
Solves issue #299
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-14s/_specified/_instanceNicolas Favre-Felix
2011-09-18Small documentation changesNicolas Favre-Felix
2011-09-18Added missing arrays.markdown and renamed testsNicolas Favre-Felix