Skip to content

Commit

Permalink
sentinel: removed unused field QuerySentinelRandomly
Browse files Browse the repository at this point in the history
Introduced in 8b19c31
but all references were removed in 8d9ebc8
  • Loading branch information
angristan committed Apr 19, 2021
1 parent 06183e6 commit 71502a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentinel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 71502a3

Please sign in to comment.