LOLWUT: show the output verbatim in redis-cli.

This commit is contained in:
antirez 2018-09-11 16:29:31 +02:00
parent 2dbf2047ac
commit 096c74c886

View File

@ -1088,6 +1088,7 @@ static int cliSendCommand(int argc, char **argv, long repeat) {
output_raw = 0;
if (!strcasecmp(command,"info") ||
!strcasecmp(command,"lolwut") ||
(argc >= 2 && !strcasecmp(command,"debug") &&
!strcasecmp(argv[1],"htstats")) ||
(argc >= 2 && !strcasecmp(command,"debug") &&