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:
5
src/main/java/redis/clients/jedis/JedisCluster.java
Normal file
5
src/main/java/redis/clients/jedis/JedisCluster.java
Normal file
@@ -0,0 +1,5 @@
|
||||
package redis.clients.jedis;
|
||||
|
||||
public class JedisCluster {
|
||||
public static final int HASH_SLOTS = 16384;
|
||||
}
|
||||
Reference in New Issue
Block a user