(ctx context.Context, fn func(Pipeliner) error)
| 173 | type Cmdable interface { |
| 174 | Pipeline() Pipeliner |
| 175 | Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) |
| 176 | |
| 177 | TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error) |
| 178 | TxPipeline() Pipeliner |
no outgoing calls