diff --git a/src/redis.c b/src/redis.c index 95a9ac22..9bc797d1 100644 --- a/src/redis.c +++ b/src/redis.c @@ -1662,7 +1662,7 @@ int processCommand(redisClient *c) { int hashslot; if (server.cluster->state != REDIS_CLUSTER_OK) { - addReplyError(c,"The cluster is down. Check with CLUSTER INFO for more information"); + addReplySds(c,sdsnew("-CLUSTERDOWN The cluster is down. Use CLUSTER INFO for more information\r\n")); return REDIS_OK; } else { int ask;