[FEATURE REQ] Support passwordless connection for Azure Redis cache in Spring M4 - Support Spring Boot 3.1 + Jedis #33229
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Is your feature request related to a problem? Please describe.
We have supported passwordless connections with Azure Redis Cache in Spring with this #31350 and #32794.
The supported scopes are: Spring Boot 2.x + jedis 3.8.x.
Now we would like to enlarge the scopes in Spring Boot 3.x: Spring Boot 3.1.x + Jedis.
Jedis will introduce a new feature credentials provider targets 4.4.0 milestone.
Unlike the passwordless support design in Spring Boot 2.x with jedis, we could utilize this feature to simplify the design.
Describe the solution you'd like
Deliver a design spec for the passwordless support to Redis with Spring framework.
The text was updated successfully, but these errors were encountered: