github.com/go-redis/redis/v8.PubSub._subscribe (method)
4 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L103: firstErr = c._subscribe(ctx, cn, "subscribe", mapKeys(c.channels))
pubsub.go#L107: err := c._subscribe(ctx, cn, "psubscribe", mapKeys(c.patterns))
pubsub.go#L126: func (c *PubSub) _subscribe(
pubsub.go#L252: err = c._subscribe(ctx, cn, redisCmd, 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. |