Is there any compatibility matrix avaiable for spring-data-redis
and lettuce
libraries?
Asked
Active
Viewed 1,024 times
2

Divs
- 1,578
- 2
- 24
- 51
-
Can I please expect the comments for the close votes? – Divs Mar 30 '18 at 04:45
-
1I found the maven repo to be the place where this mapping is provided for each `spring-data-redis` package. So from `spring-boot-starter-parent`, we can lookup the dependency with `spring-data` and then look inside maven repo to find the appropriate `lettuce` version. Unless anybody else can share a better way/resource, I'll promote this to an answer. – Divs Mar 30 '18 at 06:16
-
Any solution (even if it's a bit non-trivial) would be nice to have, cause I found from experience that incompatible spring-data-redis and lettuce versions can be a real pain to work with... So it would be great if you could put this in an answer with a bit more explanation, cause I didn't quite get exactly how you get that info from the maven repo :/ – Namefie Jun 28 '21 at 12:10