Split error message so dependandent callers give a useful result

This commit is contained in:
Madelyn Olson
2019-10-30 00:11:17 -07:00
parent 44aa22c635
commit 576a08908b
4 changed files with 27 additions and 12 deletions

View File

@ -29,6 +29,7 @@
#define CLUSTER_REDIR_MOVED 4 /* -MOVED redirection required. */
#define CLUSTER_REDIR_DOWN_STATE 5 /* -CLUSTERDOWN, global state. */
#define CLUSTER_REDIR_DOWN_UNBOUND 6 /* -CLUSTERDOWN, unbound slot. */
#define CLUSTER_REDIR_DOWN_RO_STATE 7 /* -CLUSTERDOWN, allow reads. */
struct clusterNode;