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

resetAwait

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

Reset all the masters with matching name. The pattern argument is a glob-style pattern. The reset process clears any previous state in a master (including a failover in pro

Parameters

pattern - pattern String

handler - Handler for the result of this call

Return