diff --git a/src/cluster.c b/src/cluster.c index 6a693d6e..2ea1b9cb 100644 --- a/src/cluster.c +++ b/src/cluster.c @@ -134,6 +134,7 @@ int clusterLoadConfig(char *filename) { redisAssert(server.cluster.myself != NULL); redisLog(REDIS_NOTICE,"Node configuration loaded, I'm %.40s", server.cluster.myself->name); + clusterUpdateState(); return REDIS_OK; fmterr: