Closed as not planned
Description
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?