Commit 81f614ef authored by antirez's avatar antirez
Browse files

Add REWRITE to CONFIG subcommands help message.

parent 20c506f4
......@@ -1732,7 +1732,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