ParseConnection parses a given URL using a custom URI scheme. For example: redis://localhost:6379/?db=3 memcache://localhost:1313/?lazy=1 redis://:6380/?db=0 => connects to localhost:6380 redis:// => connects to localhost:6379 with DB 0 memcache:// => connects to localhost:11211 memcache
(raw string)