Searched refs:userinfo (Results 1 – 1 of 1) sorted by relevance
368 const char *userinfo, *username, *port, *host, *path; in parseRedisUri() local379 if ((userinfo = strchr(curr,'@'))) { in parseRedisUri()380 if ((username = strchr(curr, ':')) && username < userinfo) { in parseRedisUri()385 config.auth = percentDecode(curr, userinfo - curr); in parseRedisUri()386 curr = userinfo + 1; in parseRedisUri()