Skip to content

samithahansaka/redis_cluster_single_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Single Node Redis Cluster

Docker image redis cluster with single node

Follow below steps to get started

  1. Make sure your machine has docker installed if not get_docker
  2. Run below steps;
$ docker version //This is to make sure `docker` command is working
$ git clone https://github.com/samithahansaka/redis_cluster_single_node.git
$ cd redis_cluster_single_node
$ docker-compose build
$ docker-compose up -d
$ docker ps // Check it is running
  1. You are done. Enjoy!!

About

Docker image redis cluster with single node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published