From 096c74c8867fd1ae3f9f91320750fd8ae5d58218 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 11 Sep 2018 16:29:31 +0200 Subject: [PATCH] LOLWUT: show the output verbatim in redis-cli. --- src/redis-cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redis-cli.c b/src/redis-cli.c index c9e8d26b..a1d2d167 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -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") &&