Future Valkey Compatibility with Redis OSS #1886
Unanswered
nipanwar77
asked this question in
Q&A
Replies: 1 comment
-
We started to have discussions with spring about the different options. The main advantage of new valkey module is to include new features of valkey. The API will remain the same to verify that if you are not using unique features if valkey or redis there will be easy drop and replacement |
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 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 not sure if Valkey will be compatible with Redis OSS , allowing us to continue to usespring-boot-starter-data-redis-reactive
as our client library.My question is: Is there a plan to stay compatible with Redis OSS to allow users to integrate with spring boot using
Spring Data Redis
or is there a plan to maintain any other module for it.Beta Was this translation helpful? Give feedback.
All reactions