DEV Community

Cover image for Distributed Caching with Redis and SpringBoot
sasiperi
sasiperi

Posted on

Distributed Caching with Redis and SpringBoot

Are you facing latency issues in fetching data from a network service? Or from 3rd party APIs?

Are you building auto-scalable, auto-healable microservices, and managing the state of these services a big problem? (building stateless applications, the 6th principle of the 12-factor applications)?

Managing user session data of your highly available web applications, a challenge for you?

Then distributed caching is what you are looking for.

I have made Crash Course on Distributed Caching with Redis and SpringBoot applications.

Here is the course overview.

Image description

Here are links

  1. Slides: Presentation
  2. Crash Course Play List: Teach2Learn1.
  3. Crash Course Part1: Distributed Caching with Redis and Spring Boot (Cache API-Data on Read & Write)
  4. Crash Course Part2: : How to Set Up Security and Access Control with Redis and Spring Boot?
  5. Crash Course Part3: Redis as Session State Cache for SpringBoot based Web Applications

Top comments (0)