Building a Docker Redis3 cluster environment
Create three new containers on the Docker host. The three containers serve as three nodes and three masters of the redis cluster. Three slaves!
Experimental goal:
The client accesses the following redis cluster through 192.168.100.67
The IP address of the container ID 9cb25bcd52d1: 172.17.0.5 port: 7005 7006
The IP address of the container ID 91dac3ea23c9: 172.17. 0.4 port: 7003 7004
IP address of container ID e2189fc1d4d9: 172.17.0.2 port: 7001 7002
Docker Redis_CLUSTER experiment.zip
http://www.bkjia.com/PHPjc/1110192.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1110192.htmlTechArticleDocker Redis3 cluster environment to build a Docker host and create three new containers. The three containers serve as the three nodes of the redis cluster. , three masters, three slaves! Experimental goal: client passes 192.1...