-
Notifications
You must be signed in to change notification settings - Fork 161
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 Support #185
Comments
@markbigler This is the first request we've had to add this. Can you provide an example of what the credentials would look like on one of the supported clouds for a Redis service that provided master/sentinel credentials? |
@scottfrederick On a cloud foundry based cloud the credentials for a (high available) redis service looks like:
Some additional information on how to deal with redis sentinel: |
I face a similar issue but the VCAP structure for my Redis instance is different than the one posted here.
|
Thanks @nisheethagarwal, this is helpful. One of the goals of These two examples look similar in structure, with different names for the fields ( The work involved for this would be:
|
@scottfrederick I can pick this up if no one else called dibs on it :-) |
Is there any update for this functionality? When will it available in the spring-cloud-connectors? |
@scottfrederick Is there any update for this functionality? When will it available in the spring-cloud-connectors? Thank you! |
This functionality still is relevant to our project, any progress info? |
Contributions are welcome in the https://github.com/pivotal-cf/java-cfenv project as Spring Cloud Connectors are now in maint mode only. There is already an issue for this in that repo - pivotal-cf/java-cfenv#32 Are the example JSON coming from products or are they from a |
Is there any plan to extend
RedisServiceInfo
,RedisServiceInfoCreator
andRedisConnectionFactoryCreator
with master/sentinel properties?The text was updated successfully, but these errors were encountered: