i want to setup multi-node redis-server cluster on ubuntu 20 using docker
i am getting documents for single node redis-server cluster
can anyone share me the commands or the links for setting up multinode redis-server cluster
i want to setup multi-node redis-server cluster on ubuntu 20 using docker
i am getting documents for single node redis-server cluster
can anyone share me the commands or the links for setting up multinode redis-server cluster
Copyright © 2021 Jogjafile Inc.
You can find instructions here.
For example, to create a minimal cluster with 3 masters:
Create 3 directories (e.g.,
7000,7001,7002).In each directory, create a
redis.conffile and add the following directives:Don't forget to change the port in each file.