On May 27, 2016 06:05, "Irwan Hikmah Bayu Permadi" <irwan...@gmail.com> wrote:
>
> Hi,
>
> I would like to ask about URI access to REDIS.
You can use the redisurl library: https://github.com/soveran/redisurl
The URL format is "redis://:auth@hostname:port/dbnumber". For example, to connect to localhost port 6379 db 10 without password you could use this URL: "redis://localhost:6379/10". The README explains how to connect. What you get after connecting is a redigo client.