(ctx context.Context, channels ...string)
| 353 | Do(ctx context.Context, args ...interface{}) *Cmd |
| 354 | Process(ctx context.Context, cmd Cmder) error |
| 355 | Subscribe(ctx context.Context, channels ...string) *PubSub |
| 356 | PSubscribe(ctx context.Context, channels ...string) *PubSub |
| 357 | SSubscribe(ctx context.Context, channels ...string) *PubSub |
| 358 | Close() error |
no outgoing calls