github.com/go-redis/redis/v8.PubSub.getContext (method)

8 uses

	github.com/go-redis/redis/v8 (current package)
		pubsub.go#L168: 		internal.Logger.Printf(c.getContext(), "redis: discarding bad PubSub connection: %s", reason)
		pubsub.go#L471: func (c *PubSub) getContext() context.Context {
		pubsub.go#L559: 						c.getContext(),
		pubsub.go#L566: 				internal.Logger.Printf(c.getContext(), "redis: unknown message type: %T", msg)
		pubsub.go#L611: 				internal.Logger.Printf(c.getContext(), "redis: unknown message type: %T", msg)
		pubsub.go#L626: 			c.getContext(),
		sentinel.go#L657: 				internal.Logger.Printf(pubsub.getContext(), "sentinel: ignore addr for master=%q", parts[0])
		sentinel.go#L661: 			c.trySwitchMaster(pubsub.getContext(), addr)