vertx / io.vertx.redis.sentinel / RedisSentinel / sentinels

sentinels

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

Show a list of sentinel instances for this master, and their state

Parameters

name - master name

handler - Handler for the result of this call