github.com/go-redis/redis/v8.PubSub.msgCh (field)
7 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L46: msgCh chan *Message
pubsub.go#L439: if c.msgCh == nil {
pubsub.go#L443: if cap(c.msgCh) != size {
pubsub.go#L447: return c.msgCh
pubsub.go#L517: c.msgCh = make(chan *Message, size)
pubsub.go#L527: close(c.msgCh)
pubsub.go#L553: case c.msgCh <- msg:
![]() |
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. |