Add CLUSTER MEET command
This commit is contained in:
@@ -31,6 +31,7 @@ public final class Protocol {
|
||||
public static final String SENTINEL_SLAVES = "slaves";
|
||||
|
||||
public static final String CLUSTER_NODES = "nodes";
|
||||
public static final String CLUSTER_MEET = "meet";
|
||||
|
||||
private Protocol() {
|
||||
// this prevent the class from instantiation
|
||||
|
||||
Reference in New Issue
Block a user