Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 429 Bytes

File metadata and controls

19 lines (17 loc) · 429 Bytes

Getting Started

Implementation example for Redis-cache

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 postgres
docker run --name some-redis -d redis

Swagger link: http://localhost:8081/api/swagger-ui/index.html#/