mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 21:41:32 +00:00
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
This commit is contained in:
@ -411,6 +411,7 @@ struct clusterNode {
|
||||
typedef struct clusterNode clusterNode;
|
||||
|
||||
typedef struct {
|
||||
char *configfile;
|
||||
clusterNode *myself; /* This node */
|
||||
int state; /* REDIS_CLUSTER_OK, REDIS_CLUSTER_FAIL, ... */
|
||||
int node_timeout;
|
||||
|
Reference in New Issue
Block a user