suspend fun RedisClient.commandInfoAwait(commands: List<String>): JsonArray
Get array of specific Redis command details
commands - List of commands to get info for
commands
handler - Handler for the result of this call.
handler
Return