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