提交 297e77c6 编写于 作者: A antirez

Now it is possible to use quoted strings in the redis.conf file accordingly to...

Now it is possible to use quoted strings in the redis.conf file accordingly to the sdssplitargs() function capabilities.
上级 0a546fc0
......@@ -55,7 +55,7 @@ void loadServerConfig(char *filename) {
}
/* Split into arguments */
argv = sdssplitlen(line,sdslen(line)," ",1,&argc);
argv = sdssplitargs(line,&argc);
sdstolower(argv[0]);
/* Execute config directives */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册