vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterFailOverWithOptionsAwait

clusterFailOverWithOptionsAwait

suspend fun RedisClient.clusterFailOverWithOptionsAwait(options: FailoverOptions): Unit

Forces a slave to perform a manual failover of its master.

Parameters

options -

handler - Handler for the result of this call.

Return