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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |