Commit 0157b4dd by 李传峰

feat:[none] redis prod删除已下线节点ip

parent d57a3bd3
...@@ -62,7 +62,6 @@ spring: ...@@ -62,7 +62,6 @@ spring:
redis: redis:
cluster: cluster:
nodes: nodes:
- 192.168.8.49:7001
- 192.168.8.135:7002 - 192.168.8.135:7002
- 192.168.8.144:7003 - 192.168.8.144:7003
- 192.168.8.18:7004 - 192.168.8.18:7004
......
# redis cluster # redis cluster
redis.cluster.host = 192.168.8.49:7001,192.168.8.135:7002,192.168.8.144:7003,192.168.8.18:7004,192.168.8.146:7005,192.168.8.94:7006,192.168.8.149:7007,192.168.8.182:7008,192.168.8.26:7009 redis.cluster.host = 192.168.8.135:7002,192.168.8.144:7003,192.168.8.18:7004,192.168.8.146:7005,192.168.8.94:7006,192.168.8.149:7007,192.168.8.182:7008,192.168.8.26:7009
redis.cluster.timeout = 300000 redis.cluster.timeout = 300000
redis.cluster.maxRedirections = 6 redis.cluster.maxRedirections = 6
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment