Commit 4e588add by 田超

Merge branch 'feature/redis_offline0408' into 'master'

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

See merge request rays/pcloud-common-parent!189
parents 82376e9e d57a3bd3
......@@ -66,7 +66,6 @@ redis:
- 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
......
# 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.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