abstract fun commandInfo(commands: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Get array of specific Redis command details
commands - List of commands to get info for
handler - Handler for the result of this call.
Since
Redis 2.8.13 group: server