mirror of
https://github.com/fluencelabs/redis
synced 2025-05-23 15:41:20 +00:00
Add REWRITE to CONFIG subcommands help message.
This commit is contained in:
parent
20c506f432
commit
81f614ef6f
@ -1732,7 +1732,7 @@ void configCommand(redisClient *c) {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
addReplyError(c,
|
addReplyError(c,
|
||||||
"CONFIG subcommand must be one of GET, SET, RESETSTAT");
|
"CONFIG subcommand must be one of GET, SET, RESETSTAT, REWRITE");
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user