DEV Community

Cover image for Distributed Caching with Redis and SpringBoot
sasiperi
sasiperi

Posted on

1 1 1

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

Image of Wix Studio

2025: Your year to build apps that sell

Dive into hands-on resources and actionable strategies designed to help you build and sell apps on the Wix App Market.

Get started

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay