suspend fun RedisConnection.batchAwait(commands: List<Request>): List<Response?>
Suspending version of method io.vertx.redis.client.RedisConnection.batch
commands
- list of command to send
Return
NOTE: This function has been automatically generated from io.vertx.redis.client.RedisConnection using Vert.x codegen.