Skip to content

mayur-lomate-personal/Redis-Cache-Cluster-As-Distributed-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Cluster As Distributed Cache

This is a POC to show how to use Redis Cache Cluster as Distributed Cache

Installation

docker compose up -d

Redis

redis-cluster is only for creating cluster, after creation the container ends, but docker will try to restart, you can neglect it. We can check cluster has been created or not, by executing below commands

redis-cli

CLUSTER NODES

KEYS *

System Design

Screenshot

About

This project is a POC depicting how to Redis cluster as Distributed Cache in Spring boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages