mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
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;
|
output_raw = 0;
|
||||||
if (!strcasecmp(command,"info") ||
|
if (!strcasecmp(command,"info") ||
|
||||||
|
!strcasecmp(command,"lolwut") ||
|
||||||
(argc >= 2 && !strcasecmp(command,"debug") &&
|
(argc >= 2 && !strcasecmp(command,"debug") &&
|
||||||
!strcasecmp(argv[1],"htstats")) ||
|
!strcasecmp(argv[1],"htstats")) ||
|
||||||
(argc >= 2 && !strcasecmp(command,"debug") &&
|
(argc >= 2 && !strcasecmp(command,"debug") &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user