Keith Bennett
Keith Bennett

Reputation: 947

Does support for Amazon ElastiCache for Redis exist in Spring Cloud AWS anymore?

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

Answers (1)

Alexander Pranko
Alexander Pranko

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

Related Questions