- 25 Feb, 2013 8 commits
-
-
antirez authored
-
antirez authored
The new sub-command uses the new countKeysInSlot() API and allows a cluster client to get the number of keys for a given hashslot.
-
antirez authored
-
antirez authored
-
antirez authored
Redis functions start in low case. A few functions about cluster were capitalized the wrong way.
-
antirez authored
-
antirez authored
See the top-comment for the function in this commit for details about what the function is supposed to do.
-
antirez authored
This is similar to getKeysInSlot() but just returns the number of keys found in a given hash slot, without returning the keys.
-
- 22 Feb, 2013 11 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
The definition of cluster size is: the number of known nodes in the cluster that are masters and serving at least an hash slot.
-
antirez authored
-
antirez authored
A §Redis Cluster node used to mark a node as failing when itself detected a failure for that node, and a single acknowledge was received about the possible failure state. The new API will be used in order to possible to require that N other nodes have a PFAIL or FAIL state for a given node for a node to set it as failing.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 21 Feb, 2013 9 commits
- 20 Feb, 2013 5 commits
- 15 Feb, 2013 7 commits