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