mirror of https://mirror.osredm.com/root/redis.git
Now it is possible to use quoted strings in the redis.conf file accordingly to the sdssplitargs() function capabilities.
This commit is contained in:
parent
0a546fc017
commit
297e77c6ab
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue