vertx / io.vertx.reactivex.redis / RedisClient / clusterReplicate

clusterReplicate

open fun clusterReplicate(nodeId: String, handler: Handler<AsyncResult<Void>>): RedisClient

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

Parameters

nodeId -

handler - Handler for the result of this call.

Return