mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Add REWRITE to CONFIG subcommands help message.
This commit is contained in:
@@ -1786,7 +1786,7 @@ void configCommand(redisClient *c) {
|
||||
}
|
||||
} else {
|
||||
addReplyError(c,
|
||||
"CONFIG subcommand must be one of GET, SET, RESETSTAT");
|
||||
"CONFIG subcommand must be one of GET, SET, RESETSTAT, REWRITE");
|
||||
}
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user