return parsed data from redis parse conn str
This commit is contained in:
parent
e49e442535
commit
8389362a01
@ -66,6 +66,7 @@ redisconf_t *redis_parse_connstr(char *connstr)
|
|||||||
log_fatal("redis", "unable to parse connection string. does not begin with "
|
log_fatal("redis", "unable to parse connection string. does not begin with "
|
||||||
"local:// or tcp:// as expected");
|
"local:// or tcp:// as expected");
|
||||||
}
|
}
|
||||||
|
return retv;
|
||||||
}
|
}
|
||||||
|
|
||||||
static redisContext* redis_connect(char *connstr)
|
static redisContext* redis_connect(char *connstr)
|
||||||
|
Loading…
Reference in New Issue
Block a user