提交 e9409273 编写于 作者: A antirez

with --help states that you can use - as config file name to feed config via stdin

上级 2a6a2ed1
......@@ -9200,6 +9200,7 @@ static void version() {
static void usage() {
fprintf(stderr,"Usage: ./redis-server [/path/to/redis.conf]\n");
fprintf(stderr," ./redis-server - (read config from stdin)\n");
exit(1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册