[][src]Function trezm_redis::parse_redis_url

pub fn parse_redis_url(input: &str) -> Result<Url, ()>

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.