vertx / io.vertx.rxjava.redis / RedisTransaction / rxCommandInfo

rxCommandInfo

open fun rxCommandInfo(commands: MutableList<String>): Single<String>

Get array of specific Redis command details

Parameters

commands - List of commands to get info for

Return