vertx / io.vertx.reactivex.redis / RedisClient / rxCommandInfo

rxCommandInfo

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

Get array of specific Redis command details

Parameters

commands - List of commands to get info for

Return