diff --git a/src/redis-cli.c b/src/redis-cli.c index 4bbf41a6..054c2fc7 100644 --- a/src/redis-cli.c +++ b/src/redis-cli.c @@ -845,7 +845,7 @@ static int cliSendCommand(int argc, char **argv, int repeat) { (argc >= 2 && !strcasecmp(command,"debug") && !strcasecmp(argv[1],"htstats")) || (argc >= 2 && !strcasecmp(command,"memory") && - (!strcasecmp(argv[1],"allocator-stats") || + (!strcasecmp(argv[1],"malloc-stats") || !strcasecmp(argv[1],"doctor"))) || (argc == 2 && !strcasecmp(command,"cluster") && (!strcasecmp(argv[1],"nodes") ||