mediocregopher / radix.v2

Redis client for Go
http://godoc.org/github.com/mediocregopher/radix.v2
MIT License
433 stars 92 forks source link

Username and password #35

Closed azzuwan closed 8 years ago

azzuwan commented 8 years ago

I'm connecting to Redis Cloud, how do I specify the username and password?

mediocregopher commented 8 years ago

According to their docs it would seem that you authenticate using a normal AUTH command. I'm not super familiar with redis cloud though, but here's their docs on the subject:

https://redislabs.com/redis-howto?page_source=cloud#connecting-to-redis

mediocregopher commented 8 years ago

Hopefully that helped, feel free to reopen this if you have any more questions :)