Len obtains the number of commands in the pipeline that have not yet been executed.
()
| 25 | |
| 26 | // Len obtains the number of commands in the pipeline that have not yet been executed. |
| 27 | Len() int |
| 28 | |
| 29 | // Do is an API for executing any command. |
| 30 | // If a certain Redis command is not yet supported, you can use Do to execute it. |
no outgoing calls