In this post, we’ll build a URL Shortener Design System using Spring Boot 4 and Redis, focusing on scalability, performance, and clean system design. Prerequisites
Tag: Redis
In this post, we’ll build a simple message-driven application using Redis Streams and Spring Boot. Prerequisites This is the list of all the prerequisites: Overview
In this post, we’ll build a lightweight messaging system using Redis Publish/Subscribe messaging and integrate it into a Spring Boot application step by step. Prerequisites
In this post, we’ll explore how to implement caching in a Spring Boot 3 application using Redis. · Prerequisites· Overview∘ Why Redis for Caching?∘ Flowchart of the caching mechanism∘ Setting
In this post, we’ll implement a sample REST API that uses Spring WebFlux with Spring Data Redis Reactive. Redis is an open-source (BSD licensed), in-memory data
In this story, we’ll explore how to implement API security with an API key using Spring Cloud Gateway and Redis. · Prerequisites· Overview∘ Why Use API Keys with