Technology: Spring boot + Redis Cache + Maven + java8 Example
Spring Boot Redis cache CRUD application by using Jedis and spring boot starter data redis.
In the tutorial, we will explore 2 different ways to perform CRUD operations. First, we will be defining our custom RedisTemplate and use HashOperations to perform get, post, update and delete.
To run this code:
download the source code into your local and then import into your STS. mvn clean install
run "SpringBootRedisCacheApplication.java" as spring boot application.