vertx / io.vertx.kotlin.redis.sentinel / io.vertx.redis.sentinel.RedisSentinel

Extensions for io.vertx.redis.sentinel.RedisSentinel

ckquorumAwait

suspend fun RedisSentinel.ckquorumAwait(name: String): String

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.ckquorum

closeAwait

suspend fun RedisSentinel.closeAwait(): Unit

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.close

failoverAwait

suspend fun RedisSentinel.failoverAwait(name: String): String

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.failover

flushConfigAwait

suspend fun RedisSentinel.flushConfigAwait(): Unit

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.flushConfig

getMasterAddrByNameAwait

suspend fun RedisSentinel.getMasterAddrByNameAwait(name: String): JsonArray

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.getMasterAddrByName

masterAwait

suspend fun RedisSentinel.masterAwait(name: String): JsonArray

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.master

mastersAwait

suspend fun RedisSentinel.mastersAwait(): JsonArray

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.masters

resetAwait

suspend fun RedisSentinel.resetAwait(pattern: String): Unit

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.reset

sentinelsAwait

suspend fun RedisSentinel.sentinelsAwait(name: String): JsonArray

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.sentinels

slavesAwait

suspend fun RedisSentinel.slavesAwait(name: String): JsonArray

Suspending version of method io.vertx.redis.sentinel.RedisSentinel.slaves