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.
Here are links
- Slides: Presentation
- Crash Course Play List: Teach2Learn1.
- Crash Course Part1: Distributed Caching with Redis and Spring Boot (Cache API-Data on Read & Write)
- Crash Course Part2: : How to Set Up Security and Access Control with Redis and Spring Boot?
- Crash Course Part3: Redis as Session State Cache for SpringBoot based Web Applications
Top comments (0)