github.com/go-redis/redis/v8.PubSub.conn (method)
4 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L63: cn, err := c.conn(ctx, nil)
pubsub.go#L68: func (c *PubSub) conn(ctx context.Context, newChannels []string) (*pool.Conn, error) {
pubsub.go#L160: _, _ = c.conn(ctx, nil)
pubsub.go#L247: cn, err := c.conn(ctx, channels)
![]() |
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. |