Function redis::parse_redis_url
source · [−]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.