Commit Graph

10 Commits

Author SHA1 Message Date
michael-grunder
eb0bbbafa0 Rollback the automatic resharding distributor
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-08-31 19:20:34 -07:00
Emmanuel Merali
01f0930113 Easy resharding distributor
Updated documentation
2013-05-22 06:35:09 +03:00
Emmanuel Merali
d71ed8155d Easy resharding distributor
Updated documentation
2013-05-22 06:34:21 +03:00
Emmanuel Merali
6b30539cd6 Easy resharding distributor
Updated documentation
2013-05-22 06:31:26 +03:00
Emmanuel Merali
acd3245456 Added lazy_connect option to RedisArray
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-25 00:38:47 +02:00
Nicolas
b6721c1292 Document and test custom key distribution function
Solves issue #299
2013-02-17 13:28:00 +00:00
Nicolas Favre-Felix
6dc3ad6cb3 Fix RedisArray::_rehash to support closures
* Add "f" parameter in _rehash()
* Call object with new method
* Add rehash test with closure
2012-09-10 00:29:44 +01:00
Nicolas Favre-Felix
70371fa39d s/_specified/_instance 2011-12-13 21:37:19 +00:00
Nicolas Favre-Felix
5a6a1d3f91 Small documentation changes 2011-09-18 19:18:53 +01:00
Nicolas Favre-Felix
0659328736 Added missing arrays.markdown and renamed tests 2011-09-18 17:41:43 +01:00