0

Imagine 6 servers running Redis on all of them:

192.168.10.1 192.168.10.2 192.168.10.3 192.168.10.4 192.168.10.5 192.168.10.6 

They have divided into 2 site:

Site 1

192.168.10.1 192.168.10.2 192.168.10.3 

Site2

192.168.10.4 192.168.10.5 192.168.10.6 

There is no Sentinel behind any Redis. I just want to make a cluster like this picture: enter image description here

How to define this cluster on each server? What is the respective command for each node?

Thanks

2
  • Does this help? redis.io/topics/cluster-tutorial Commented Feb 28, 2022 at 9:40
  • What commands have you tried already? What errors? Commented Feb 28, 2022 at 9:41

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.