/ultimate-redis-boot

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

Primary LanguageJavaMIT LicenseMIT

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