vertx / io.vertx.redis / RedisTransaction / commandInfo

commandInfo

abstract 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.

Since
Redis 2.8.13 group: server