mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 13:01:32 +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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user