mirror of
https://github.com/fluencelabs/redis
synced 2025-08-01 00:41:56 +00:00
@@ -2444,7 +2444,7 @@ void helloCommand(client *c) {
|
||||
|
||||
/* Let's switch to the specified RESP mode. */
|
||||
c->resp = ver;
|
||||
addReplyMapLen(c,7);
|
||||
addReplyMapLen(c,6 + !server.sentinel_mode);
|
||||
|
||||
addReplyBulkCString(c,"server");
|
||||
addReplyBulkCString(c,"redis");
|
||||
|
Reference in New Issue
Block a user