Commit 4f9a6939 authored by antirez's avatar antirez
Browse files

Add REWRITE to CONFIG subcommands help message.

parent 347ab78e
......@@ -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;
......
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