-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add redis sentinel-backed failover client #2769
Labels
Comments
buger
pushed a commit
that referenced
this issue
Dec 27, 2019
This PR adds Redis Sentinel client option enabled by if `master_name` isn't empty. Fixes #2769
Merged Gateway, now needs updating rest of projects (updated PR description to have checklist) |
buger
pushed a commit
to TykTechnologies/tyk-pump
that referenced
this issue
Dec 31, 2019
This PR adds Redis Sentinel client option enabled by if `master_name` isn't empty. Regarding TykTechnologies/tyk#2769
need to reopen. have some issues with pump and gateway.
gateway
|
The problem for the gateway is that it is not merged into release branch. Now, it is solved. |
@furkansenharputlu what about pump? |
I will send a PR for pump. Also, I will send small config fixes for all projects. |
This was referenced Jan 27, 2020
buger
pushed a commit
to TykTechnologies/tyk-pump
that referenced
this issue
Jan 27, 2020
buger
pushed a commit
that referenced
this issue
Jan 27, 2020
verified |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be enabled by if
redis.UniversalOptions.MasterName != ""
like inredis.NewUniversalClient()
function. It should be implemented and tested for all the following projects:The text was updated successfully, but these errors were encountered: