forked from mirror/redis
sentinel: removed unused field QuerySentinelRandomly
Introduced in8b19c31049
but all references were removed in8d9ebc8459
This commit is contained in:
parent
06183e65f8
commit
71502a3e44
|
@ -40,8 +40,6 @@ type FailoverOptions struct {
|
|||
// Now, this option only works in RandomSlaveAddr function.
|
||||
UseDisconnectedSlaves bool
|
||||
|
||||
// Client queries sentinels in a random order
|
||||
QuerySentinelRandomly bool
|
||||
// Following options are copied from Options struct.
|
||||
|
||||
Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
|
||||
|
|
Loading…
Reference in New Issue