Commit 2b93a195 authored by antirez's avatar antirez
Browse files

Add REWRITE to CONFIG subcommands help message.

parent 2d0844ee
...@@ -1786,7 +1786,7 @@ void configCommand(redisClient *c) { ...@@ -1786,7 +1786,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;
......
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