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
diff options
context:
space:
mode:
authorEmmanuel Merali <emmanuel@mobli.com>2013-05-22 07:35:09 +0400
committerEmmanuel Merali <emmanuel@mobli.com>2013-05-22 07:35:09 +0400
commit01f09301130364b659444037be8ee0bdd0253174 (patch)
tree7cfb081b49df8d3f8ec3120f3800b25a18870ded /arrays.markdown
parentd71ed8155de9f6c47eb2dd309da1ed008629baf5 (diff)
Easy resharding distributor
Updated documentation
Diffstat (limited to 'arrays.markdown')
-rw-r--r--arrays.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/arrays.markdown b/arrays.markdown
index bc7ce313..012a8e65 100644
--- a/arrays.markdown
+++ b/arrays.markdown
@@ -91,6 +91,7 @@ For instance, instanciate a RedisArray object with `new RedisArray(array("us-hos
You may also provide an array of 2 values that will be used as follows:
- The first value is the initial amount of shards in use before the resharding (the x first shards specified in the constructor)
- The second value is the resharding level, or number of resharding iterations.
+
For instance, suppose you started with 4 shards as follows:
<pre>
0 => 0 1 2 3