Skip to content

eiselems/ultimate-redis-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ultimate-redis-boot

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 2 Application
  • Using @Cacheable, @CachePut, @CacheEvict to cache results of method invocations
  • Use Redis to store the cached results
  • Define different TTLs for different Caches

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages