提交 0f31bb5c 编写于 作者: A antirez

Fix HELLO reply in Sentinel mode, see #6160.

上级 b92d9a89
......@@ -2460,7 +2460,7 @@ void helloCommand(client *c) {
addReplyBulkCString(c,"mode");
if (server.sentinel_mode) addReplyBulkCString(c,"sentinel");
if (server.cluster_enabled) addReplyBulkCString(c,"cluster");
else if (server.cluster_enabled) addReplyBulkCString(c,"cluster");
else addReplyBulkCString(c,"standalone");
if (!server.sentinel_mode) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册