mediocregopher / radix.v2

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

Does redis.Client have auto reconnecting? Can I use more than one sentinel? #74

Closed lxyscls closed 6 years ago

lxyscls commented 6 years ago

Hi, I am a newbie for Go.

Appreciate your reply!

mediocregopher commented 6 years ago

Hi @lxyscls! To directly answer your questions:

To give a more helpful answer to your second question, I'd recommend checking out radix.v3, which has a sentinel client which does support multiple instances, and which is just better in general :)

lxyscls commented 6 years ago

@mediocregopher thanks for your reply! I will try.