Integration of valkey with Spring Data Redis #1876
Unanswered
deepakraghav0
asked this question in
Q&A
Replies: 1 comment
-
We (engineers of AWS ElastiCache team) had an initial discussion with SpringDataRedis maintainers.
We are starting to evaluate the implementation options and building a roadmap. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Due to recent changes in the Redis licensing model, AWS ElastiCache will no longer provide the option to select Redis OSS starting from version 7.1 (with version 7.2 not available). Instead, AWS is promoting Valkey as the preferred backend engine.
Currently, we are using
spring-boot-starter-data-redis-reactive
as our client library, and everything is functioning as expected. However, I am uncertain whether future versions of Valkey will continue to be supported by Spring Data Redis.My question is: Is there a roadmap for integrating Spring Data Redis with Valkey? Will there be a dedicated module for a Valkey client integrated with Spring Boot?
Beta Was this translation helpful? Give feedback.
All reactions