Add CLUSTER ADDSLOTS and CLUSTER DELSLOTS commands

This commit is contained in:
Jonathan Leibiusky
2013-12-02 11:36:55 -05:00
parent 403f2b292c
commit dde278152f
4 changed files with 49 additions and 6 deletions

View File

@@ -32,6 +32,8 @@ public final class Protocol {
public static final String CLUSTER_NODES = "nodes";
public static final String CLUSTER_MEET = "meet";
public static final String CLUSTER_ADDSLOTS = "addslots";
public static final String CLUSTER_DELSLOTS = "delslots";
private Protocol() {
// this prevent the class from instantiation