Function redis::parse_redis_url

source ·
pub fn parse_redis_url(input: &str) -> Option<Url>
Expand description

This function takes a redis URL string and parses it into a URL as used by rust-url. This is necessary as the default parser does not understand how redis URLs function.