Docker image redis cluster with single node
Docker image redis cluster with single node
Follow below steps to get started
$ 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