You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: