Redis Sentinels
TrollWarlord opened this issue · 0 comments
TrollWarlord commented
It seems that Redis recently released sentinels and the package you use to interact with redis http://gopkg.in/redis.v2 also does here: https://github.com/go-redis/redis/blob/v2.3.2/sentinel.go which is basically a wrapper for a client and it just tries to identify a master node first.
The issue is you force us to use a connection string in your queue and never allow us to pass a redis connection ourselves (which is what would be helpful here).