vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterReplicateAwait

clusterReplicateAwait

suspend fun RedisClient.clusterReplicateAwait(nodeId: String): Unit

Reconfigure a node as a slave of the specified master node.

Parameters

nodeId -

handler - Handler for the result of this call.

Return