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

Fix compatibility with redis-client 0.15.0 when using Redis Sentinel #1210

Merged
merged 1 commit into from Aug 9, 2023

Conversation

casperisfine
Copy link

Fix: #1209

Use raw RedisClient for sentinel calls

Otherwise the error translation messes with the redis-client code.

Also update tests to account for the password being preserved.

Otherwise the error translation messes with the redis-client
code.
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

Successfully merging this pull request may close these issues.

Sentinel tests fail with redis-client 0.15.0
2 participants