Commit b13759e9 authored by antirez's avatar antirez
Browse files

redis-cli: "allocator-stats" -> "malloc-stats".

It was changed in Redis but not in redis-cli.
Thanks to @oranagra for signaling.
parent 4263b121
......@@ -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") ||
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment