github.com/go-redis/redis/v8.sentinelFailover.setSentinel (method)

3 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L478: 		c.setSentinel(ctx, sentinel)
		sentinel.go#L523: 		c.setSentinel(ctx, sentinel)
		sentinel.go#L613: func (c *sentinelFailover) setSentinel(ctx context.Context, sentinel *SentinelClient) {