We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99dd5 commit bd3c1e1Copy full SHA for bd3c1e1
src/cluster.h
@@ -107,7 +107,6 @@ clusterNode *getMyClusterNode(void);
107
char *getMyClusterId(void);
108
int getClusterSize(void);
109
int getMyShardSlotCount(void);
110
-int handleDebugClusterCommand(client *c);
111
int clusterNodePending(clusterNode *node);
112
char **getClusterNodesList(size_t *numnodes);
113
int clusterNodeIsMaster(clusterNode *n);
0 commit comments