提交 2b93a195 编写于 作者: A antirez

Add REWRITE to CONFIG subcommands help message.

上级 2d0844ee
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册