mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
sentinel uses configured Dialer
such as https://godoc.org/golang.org/x/net/proxy#PerHost
This commit is contained in:
parent
726ddef6f5
commit
6a5329235d
@ -372,7 +372,8 @@ func (c *sentinelFailover) masterAddr() (string, error) {
|
||||
|
||||
for i, sentinelAddr := range c.sentinelAddrs {
|
||||
sentinel := NewSentinelClient(&Options{
|
||||
Addr: sentinelAddr,
|
||||
Addr: sentinelAddr,
|
||||
Dialer: c.opt.Dialer,
|
||||
|
||||
Password: c.password,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user