github.com/go-redis/redis/v8.PubSub.subscribe (method)
5 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L194: err := c.subscribe(ctx, "subscribe", channels...)
pubsub.go#L210: err := c.subscribe(ctx, "psubscribe", patterns...)
pubsub.go#L229: err := c.subscribe(ctx, "unsubscribe", channels...)
pubsub.go#L242: err := c.subscribe(ctx, "punsubscribe", patterns...)
pubsub.go#L246: func (c *PubSub) subscribe(ctx context.Context, redisCmd string, channels ...string) error {
 |
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. |