Exec sends all the commands buffered in the pipeline to the redis server.
(ctx context.Context)
| 41 | |
| 42 | // Exec sends all the commands buffered in the pipeline to the redis server. |
| 43 | Exec(ctx context.Context) ([]Cmder, error) |
| 44 | |
| 45 | // Cmds returns the list of queued commands. |
| 46 | Cmds() []Cmder |
no outgoing calls