Reputation: 947
We have upgraded to io.awspring.cloud:spring-cloud-aws-dependencies:3.1.0
, and I no longer see code for integration with Amazon ElastiCache for Redis as detailed in documents like this one and this one.
What is the recommended way to integrate with Amazon ElastiCache for Redis from this point forward if support is no longer built into the Spring Cloud AWS project?
Upvotes: 1
Views: 143
Reputation: 1959
According to this discussion thread, the ElastiCache support in Spring Cloud AWS is discontinued because the built-in support for Redis in Spring Boot is good enough.
Upvotes: 0