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

Support redis sentinel cluster #2885

Open
jeremyxu2010 opened this issue Mar 24, 2019 · 0 comments · May be fixed by #4235
Open

Support redis sentinel cluster #2885

jeremyxu2010 opened this issue Mar 24, 2019 · 0 comments · May be fixed by #4235

Comments

@jeremyxu2010
Copy link

I use external redis sentinel cluster to ensure the HA of redis. But docker registry DOES NOT support redis sentinel cluster.

I want configure redis sentinel cluster like this:

redis:
  addr: xxx.xxx.xxx.xx:26379,xxx.xxx.xxx.xx:26379,xxx.xxx.xxx.xx:26379
  sentinelMasterSet: mymaster
  password: asecret
  db: 0
  dialtimeout: 10ms
  readtimeout: 10ms
  writetimeout: 10ms
  pool:
    maxidle: 16
    maxactive: 64
    idletimeout: 300s

BTW, redis sentinel cluster can be deployed on the kubernetes usng helm chart redis-ha easily.

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 a pull request may close this issue.

1 participant