Skip to content

Commit b7720fd

Browse files
authored
Merge pull request #1731 from angristan/remove-unused-variable
sentinel: removed unused field QuerySentinelRandomly
2 parents 06183e6 + 71502a3 commit b7720fd

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)