vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / commandInfoAwait

commandInfoAwait

suspend fun RedisTransaction.commandInfoAwait(commands: List<String>): String

Suspending version of method io.vertx.redis.RedisTransaction.commandInfo

Parameters

commands - List of commands to get info for

Return

String

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