This repository contains code sample to show how Redis-cache works using annotations
- @CacheSave
- @CacheRelease
- @CacheSync
Pre-requisites
docker run --name some-postgres -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=admin -d postgresdocker run --name some-redis -d redisSwagger link: http://localhost:8081/api/swagger-ui/index.html#/