vertx / io.vertx.reactivex.redis / RedisTransaction / commandInfo

commandInfo

open fun commandInfo(commands: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

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