mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
sentinel: removed unused field QuerySentinelRandomly
Introduced in 8b19c310495637fb61e2b237abdedca922aced9a but all references were removed in 8d9ebc8459c6d3925c61ce3da78ac17118a118fd
This commit is contained in:
parent
06183e65f8
commit
71502a3e44
@ -40,8 +40,6 @@ type FailoverOptions struct {
|
|||||||
// Now, this option only works in RandomSlaveAddr function.
|
// Now, this option only works in RandomSlaveAddr function.
|
||||||
UseDisconnectedSlaves bool
|
UseDisconnectedSlaves bool
|
||||||
|
|
||||||
// Client queries sentinels in a random order
|
|
||||||
QuerySentinelRandomly bool
|
|
||||||
// Following options are copied from Options struct.
|
// Following options are copied from Options struct.
|
||||||
|
|
||||||
Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
|
Dialer func(ctx context.Context, network, addr string) (net.Conn, error)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user