This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.35k
stars
1.99k
forks
source link
[FEATURE REQ] Support passwordless connection for Azure Redis cache in Spring M2- Connect to multiple Azure Redis servers #33227
Is your feature request related to a problem? Please describe.
We have supported passwordless connections with Azure Redis Cache in Spring with this issue and PR.
The supported scopes are: Spring Boot 2.x + jedis 3.8.x.
Now we would like to make it can work to create multiple connections with different Azure Redis servers.
Describe the solution you'd like
[x] 1. Code validation
validate whether it's possible to use bean-based configuration to connect multiple Azure Redis servers with passwordless authentication.
If yes, is there any code change? What's the complexity? How much the effort for users to use?
If no, what's the reason. What should we do if we want to support it?
The redis passwordless service team is still in private preview, so whether to create the reference document in the current milestone needs to be confirmed.
Create single/multiple samples in a private repo, untill the Redis password service is public preview.
Is your feature request related to a problem? Please describe. We have supported passwordless connections with Azure Redis Cache in Spring with this issue and PR.
The supported scopes are: Spring Boot 2.x + jedis 3.8.x.
Now we would like to make it can work to create multiple connections with different Azure Redis servers.
Describe the solution you'd like
[x] 1. Code validation
[x] 2. Code Design/ Code Change
[ ] 3. Samples/Docs