Manual merge of #581
This commit is contained in:
@@ -50,6 +50,15 @@ public final class Protocol {
|
||||
public static final String CLUSTER_SETSLOT_NODE = "node";
|
||||
public static final String CLUSTER_SETSLOT_MIGRATING = "migrating";
|
||||
public static final String CLUSTER_SETSLOT_IMPORTING = "importing";
|
||||
public static final String CLUSTER_SETSLOT_STABLE = "stable";
|
||||
public static final String CLUSTER_FORGET = "forget";
|
||||
public static final String CLUSTER_FLUSHSLOT = "flushslots";
|
||||
public static final String CLUSTER_KEYSLOT = "keyslot";
|
||||
public static final String CLUSTER_COUNTKEYINSLOT = "countkeysinslot";
|
||||
public static final String CLUSTER_SAVECONFIG = "saveconfig";
|
||||
public static final String CLUSTER_REPLICATE = "replicate";
|
||||
public static final String CLUSTER_SLAVES = "slaves";
|
||||
public static final String CLUSTER_FAILOVER = "failover";
|
||||
public static final String PUBSUB_CHANNELS= "channels";
|
||||
public static final String PUBSUB_NUMSUB = "numsub";
|
||||
public static final String PUBSUB_NUM_PAT = "numpat";
|
||||
|
||||
Reference in New Issue
Block a user