We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06183e6 + 71502a3 commit b7720fdCopy full SHA for b7720fd
sentinel.go
@@ -40,8 +40,6 @@ type FailoverOptions struct {
40
// Now, this option only works in RandomSlaveAddr function.
41
UseDisconnectedSlaves bool
42
43
- // Client queries sentinels in a random order
44
- QuerySentinelRandomly bool
45
// Following options are copied from Options struct.
46
47
Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
0 commit comments