vertx / io.vertx.redis / RedisTransaction / clusterReplicate

clusterReplicate

abstract fun clusterReplicate(nodeId: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

nodeId -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: cluster