提交 81f614ef 编写于 作者: A antirez

Add REWRITE to CONFIG subcommands help message.

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