Skip to content

vashilK/Redis-cache-implementation-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#/

About

Code sample to show how Redis-cache works.

Topics

Resources

Stars

Watchers

Forks

Languages