Skip to content

Latest commit

 

History

History

boot-ultimate-redis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

boot-ultimate-redis

This is an example repository to discover ways of interacting with Redis (from a Spring Boot 2 Application).

The blog post about this repository can be found HERE.

Spring Boot Redis

Run the service

./mvnw spring-boot:run

What it is / What it does

  • A Spring Boot 3 Application
  • Using @Cacheable, @CachePut, @CacheEvict to cache results of method invocations
  • Use Redis to store the cached results
  • Define different TTLs for different Caches