Commit ac151322 authored by Josh Hershberg's avatar Josh Hershberg
Browse files

Cluster refactor: Move items from cluster_legacy.c to cluster.c



Move (but do not change) some items from cluster_legacy.c
back info cluster.c. These items are shared code that all
clustering implementations will use.
Signed-off-by: default avatarJosh Hershberg <yehoshua@redis.com>
parent 040cb6a4
This diff is collapsed.
...@@ -78,4 +78,5 @@ int clusterNodeIsFailing(clusterNode *node); ...@@ -78,4 +78,5 @@ int clusterNodeIsFailing(clusterNode *node);
int clusterNodeIsNoFailover(clusterNode *node); int clusterNodeIsNoFailover(clusterNode *node);
char **clusterDebugCommandHelp(void); char **clusterDebugCommandHelp(void);
ConnectionType *connTypeOfCluster(void);
#endif /* __CLUSTER_H */ #endif /* __CLUSTER_H */
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment