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.
1 parent 06183e6 commit 71502a3Copy full SHA for 71502a3
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