/spring-boot-redis

A Proof of concept of Spring Boot and redis for caching relational db

Primary LanguageJava

A concept for legacy relational database and redis cache. Three modules

  • redis-rdb (A) - using redis as a datastore. Stores Employees using Redistemplate and hashOperations.
  • legacy-db (B) - Using JPA to store in a relational DB.
  • redis-cache - This is where caching is used to cache data from either (A) or (B) and use in controllers.

Some useful links