update
This commit is contained in:
15
redis/Demo/SixNodes/README.md
Normal file
15
redis/Demo/SixNodes/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# 部署 redis 集群三主三从
|
||||
|
||||
- 按实际环境修改
|
||||
- docker-compose.yml
|
||||
|
||||
- 创建目录
|
||||
```
|
||||
grep '\<source:' docker-compose.yml cut -d: -f2 | xargs mkdir -p
|
||||
```
|
||||
|
||||
- 启动
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
Reference in New Issue
Block a user