Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis Sentinels #17

Open
TrollWarlord opened this issue Jan 6, 2015 · 0 comments
Open

Redis Sentinels #17

TrollWarlord opened this issue Jan 6, 2015 · 0 comments

Comments

@TrollWarlord
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant