Prepare redis cluster for testing. The cluster will always be in a deterministic state to be able to reproduce -MOVED and -ASK

This commit is contained in:
Jonathan Leibiusky
2013-12-02 19:27:12 -05:00
parent 5b15d48803
commit 46966fb89f
2 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package redis.clients.jedis;
public class JedisCluster {
public static final int HASH_SLOTS = 16384;
}