github.com/go-redis/redis/v8.Message.Channel (field)
6 uses
github.com/go-redis/redis/v8 (current package)
pubsub.go#L290: Channel string
pubsub.go#L297: return fmt.Sprintf("Message<%s: %s>", m.Channel, m.Payload)
pubsub.go#L332: Channel: reply[1].(string),
pubsub.go#L341: Channel: reply[1].(string),
pubsub.go#L350: Channel: reply[2].(string),
sentinel.go#L654: if msg.Channel == "+switch-master" {
![]() |
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. |