Commit d57a3bd3 by 李传峰

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

parent 82376e9e
...@@ -66,7 +66,6 @@ redis: ...@@ -66,7 +66,6 @@ redis:
- 192.168.92.56:7001 - 192.168.92.56:7001
- 192.168.92.56:7002 - 192.168.92.56:7002
- 192.168.92.57:7003 - 192.168.92.57:7003
- 192.168.92.57:7004
- 192.168.92.57:7005 - 192.168.92.57:7005
- 192.168.92.58:7006 - 192.168.92.58:7006
- 192.168.92.58:7007 - 192.168.92.58:7007
......
# redis cluster # redis cluster
redis.cluster.host = 192.168.92.56:7000,192.168.92.56:7001,192.168.92.56:7002,192.168.92.57:7003,192.168.92.57:7004,192.168.92.57:7005,192.168.92.58:7006,192.168.92.58:7007,192.168.92.58:7008 redis.cluster.host = 192.168.92.56:7000,192.168.92.56:7001,192.168.92.56:7002,192.168.92.57:7003,192.168.92.57:7005,192.168.92.58:7006,192.168.92.58:7007,192.168.92.58:7008
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