mirror of
https://github.com/fluencelabs/redis
synced 2025-06-17 11:11:20 +00:00
Merge remote-tracking branch 'upstream/unstable' into tls
This commit is contained in:
@ -2046,7 +2046,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 */
|
||||
|
Reference in New Issue
Block a user