-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: support configure refinery to use redis in cluster mode #1294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is quite enough to work with AWS. We need to use the Cluster client if ClusterHosts is specified, because with AWS there will only be one host.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this better! Thanks for making the changes.
Which problem is this PR solving?
To support Redis instances in cluster mode, we need to provide a way for users to configure Refinery accordingly.
fixes #1286
Short description of the changes
ClusterHosts
, underRedisPeerManagement
RedisPeerManagementConfig
getters into oneenv-delim:","
inCmdEnv