Skip to content

Commit

Permalink
2018-06-20 补充 RedisCluster 细节
Browse files Browse the repository at this point in the history
  • Loading branch information
judasn committed Jun 20, 2018
1 parent fae9c07 commit c98d920
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion markdown-file/Redis-Install-And-Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ M: 5d0fe968559af3035d8d64ab598f2841e5f3a059 172.19.0.7:6379
- 获取值:`get myKey`
- 重新启动 redis-to-cluster-3:`docker unpause redis-to-cluster-3`
- 查看集群情况:`cluster nodes`

- Spring Boot 项目 Docker 容器访问 RedisCluster
- application.yml 配置的 IP 地址:172.19.0.2 等
- docker 容器启动增加 `--net=host` 使用宿主机网络


## Redis 编译安装
Expand Down

0 comments on commit c98d920

Please sign in to comment.