mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
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…
x
Reference in New Issue
Block a user