vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / commandInfoAwait

commandInfoAwait

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

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