vertx / io.vertx.rxjava.redis / RedisTransaction / clusterMeet

clusterMeet

open fun clusterMeet(ip: String, port: Long, handler: Handler<AsyncResult<String>>): RedisTransaction

Force a node cluster to handshake with another node.

Parameters

ip -

port -

handler - Handler for the result of this call.

Return