Azure / azure-sdk-for-java

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

Open backwind1233 opened 1 year ago

backwind1233 commented 1 year ago

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

Yes, and there is no code change.

Milestone ETA Goal Issue
Milestone 1 -- Jan Support Spring Boot 2.x + Jedis https://github.com/Azure/azure-sdk-for-java/issues/31350
Milestone 2 -- April Connect to multiple Azure Redis servers https://github.com/Azure/azure-sdk-for-java/issues/33227
Milestone 3 -- June 23 Support Spring Boot 3 + Lettuce https://github.com/Azure/azure-sdk-for-java/issues/33228
Milestone 4 -- July 23 Support Spring Boot 3.1 + Jedis https://github.com/Azure/azure-sdk-for-java/issues/33229
Milestone 5 -- Dec 23 Support native images https://github.com/Azure/azure-sdk-for-java/issues/33230
backwind1233 commented 1 year ago

Update:

backwind1233 commented 1 year ago

Update: