Executes all operations accumulated during async methods invocations. If cluster configuration used then operations are grouped by slot ids and may be executed on different servers. Thus command execution order could be changed @return List with result object for each command @throws RedisExcep
()
| 682 | * |
| 683 | */ |
| 684 | BatchResult<?> execute() throws RedisException; |
| 685 | |
| 686 | /** |
| 687 | * Executes all operations accumulated during async methods invocations asynchronously. |
no outgoing calls