mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 01:20:50 +00:00
redis-cli: "allocator-stats" -> "malloc-stats".
It was changed in Redis but not in redis-cli. Thanks to @oranagra for signaling.
This commit is contained in:
parent
4263b12147
commit
b13759e90a
@ -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") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user