Distributed Caching using Redis in Spring Boot applications

In this article we cover multiple approaches to implement a synchronized Redis Cache across distributed Spring Boot application instances.

Redis Caching in Spring Boot applications

In this article, you shall learn about Redis Cache in Spring Boot: when & why should you use it, how do you use it and what are the limitations of Spring Framework's native caching support?