RESP3: Use verbatim in CLIENT LIST.

This commit is contained in:
antirez 2019-09-18 18:52:13 +02:00
parent dd2f695d7e
commit cb384127d1

View File

@ -1990,7 +1990,7 @@ NULL
return;
}
sds o = getAllClientsInfoString(type);
addReplyBulkCBuffer(c,o,sdslen(o));
addReplyVerbatim(c,o,sdslen(o),"txt");
sdsfree(o);
} else if (!strcasecmp(c->argv[1]->ptr,"reply") && c->argc == 3) {
/* CLIENT REPLY ON|OFF|SKIP */