Skip to content

Commit 71502a3

Browse files
committed
sentinel: removed unused field QuerySentinelRandomly
Introduced in 8b19c31 but all references were removed in 8d9ebc8
1 parent 06183e6 commit 71502a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentinel.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ type FailoverOptions struct {
4040
// Now, this option only works in RandomSlaveAddr function.
4141
UseDisconnectedSlaves bool
4242

43-
// Client queries sentinels in a random order
44-
QuerySentinelRandomly bool
4543
// Following options are copied from Options struct.
4644

4745
Dialer func(ctx context.Context, network, addr string) (net.Conn, error)

0 commit comments

Comments
 (0)