How to create a redis cloud connection url with an auth password
I use golang (https://github.com/garyburd/redigo) and connect to aliyun cloud Redis (link: https://www.aliyun.com/product/kvstore?spm=5176.8006303.267657.7.cW2xH) By the connect string: redis://arbitrary_usrname:password@ipaddress:6379/0 when 0 is the database index and success