(ctx context.Context, fn func(Pipeliner) error)
| 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 |
| 179 | |
| 180 | Command(ctx context.Context) *CommandsInfoCmd |
no outgoing calls