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

commandInfoAwait

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

Get array of specific Redis command details

Parameters

commands - List of commands to get info for

handler - Handler for the result of this call.

Return