vertx / io.vertx.redis.sentinel / RedisSentinel / master

master

abstract fun master(name: String, handler: Handler<AsyncResult<JsonArray>>): RedisSentinel

Show the state and info of the specified master

Parameters

name - master name

handler - Handler for the result of this call