mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 09:11:20 +00:00
LOLWUT: show the output verbatim in redis-cli.
This commit is contained in:
@ -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") &&
|
||||
|
Reference in New Issue
Block a user