mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
parent
503a5a24fb
commit
c9388ecc73
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user