(ctx context.Context, channel string, message interface{})
| 9 | type PubSubCmdable interface { |
| 10 | Publish(ctx context.Context, channel string, message interface{}) *IntCmd |
| 11 | SPublish(ctx context.Context, channel string, message interface{}) *IntCmd |
| 12 | PubSubChannels(ctx context.Context, pattern string) *StringSliceCmd |
| 13 | PubSubNumSub(ctx context.Context, channels ...string) *MapStringIntCmd |
| 14 | PubSubNumPat(ctx context.Context) *IntCmd |
no outgoing calls