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.
./mvnw spring-boot:run
- 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