Add CLUSTER MEET command

This commit is contained in:
Jonathan Leibiusky
2013-12-02 10:01:19 -05:00
parent e7e2bfaedf
commit 403f2b292c
4 changed files with 19 additions and 5 deletions

View File

@@ -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