github.com/go-redis/redis/v8.FailoverOptions.RouteRandomly (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L34: 	RouteRandomly bool
		sentinel.go#L136: 		RouteRandomly:  opt.RouteRandomly,
		sentinel.go#L163: 	if failoverOpt.RouteRandomly {