stefanycos / spring-redis-cache-demo

Caching data with Redis and Spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring - Redis Cache Demo

Caching data with Redis and Spring. Demonstration of main cache features that Spring offers: @CacheEvict, @CachePut and @Cacheable.

Requirements

  • Maven
  • JDK 1.8

Running

  • mvn spring-boot:run

About

Caching data with Redis and Spring