github.com/go-redis/redis/v8.SentinelClient.Subscribe (method)

2 uses

	github.com/go-redis/redis/v8 (current package)
		sentinel.go#L282: func (c *SentinelClient) Subscribe(ctx context.Context, channels ...string) *PubSub {
		sentinel.go#L620: 	c.pubsub = sentinel.Subscribe(ctx, "+switch-master", "+slave-reconf-done")