vertx / io.vertx.kotlin.redis.client / io.vertx.redis.client.RedisConnection / batchAwait

batchAwait

suspend fun RedisConnection.batchAwait(commands: List<Request>): List<Response>

Suspending version of method io.vertx.redis.client.RedisConnection.batch

Parameters

commands - list of command to send

Return

List

NOTE: This function has been automatically generated from io.vertx.redis.client.RedisConnection using Vert.x codegen.