Skip to content

Benilsn/prjsredis001

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Demo - Spring Boot 4

This project demonstrates how to build a Spring Boot 4 application using:

  • Java 24
  • Spring Data Redis
  • Redis
  • Docker Compose
  • Testcontainers for integration testing

The goal of this project is to showcase a modern backend setup with containerized infrastructure and reliable integration tests.


🚀 Tech Stack

  • Java 24
  • Spring Boot 4
  • Spring Data Redis (Lettuce client)
  • Redis 7
  • Docker Compose

📦 Features

  • Redis integration using Spring Data Redis
  • Containerized Redis via Docker Compose
  • Clean and minimal project structure
  • Production-ready dependency setup

🐳 Running Redis and Database with Docker Compose

Make sure Docker is installed.

docker compose up -d

About

Spring Boot 4 application using Redis for caching and data storage with postgres, with Docker Compose for local infrastructure and Testcontainers for integration testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages