(ctx context.Context, args ...interface{})
| 351 | AddHook(Hook) |
| 352 | Watch(ctx context.Context, fn func(*Tx) error, keys ...string) error |
| 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 |
no outgoing calls