mirror of https://mirror.osredm.com/root/redis.git
LOLWUT: show the output verbatim in redis-cli.
This commit is contained in:
parent
2dbf2047ac
commit
096c74c886
|
@ -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") &&
|
||||
|
|
Loading…
Reference in New Issue