Skip to content

Commit

Permalink
modify redis cluster config comment
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhao committed Oct 18, 2018
1 parent 34456dd commit 649cf53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/proxy/proxy-cluster-example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ node_connections = 2
ping_fail_limit = 3
# A boolean value that controls if server should be ejected temporarily when it fails consecutively ping_fail_limit times.
ping_auto_eject = false
# A list of server address, port and weight (name:port:weight or ip:port:weight) for this server pool. Also you can use alias name like: ip:port:weight alias.
# A list of server address, port (name:port or ip:port) for this server pool when cache type is redis_cluster.
servers = [
"127.0.0.1:7000:1",
"127.0.0.1:7001:2",
"127.0.0.1:7000",
"127.0.0.1:7001",
]

0 comments on commit 649cf53

Please sign in to comment.