github.com/go-redis/redis/v8.PubSub.cmd (field)
7 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L43: cmd *Cmd
pubsub.go#L369: if c.cmd == nil {
pubsub.go#L370: c.cmd = NewCmd(ctx)
pubsub.go#L379: return c.cmd.readReply(rd)
pubsub.go#L387: return c.newMessage(c.cmd.Val())
pubsub.go#L472: if c.cmd != nil {
pubsub.go#L473: return c.cmd.ctx
![]() |
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. |