vertx / io.vertx.redis / RedisTransaction / clusterMeet

clusterMeet

abstract 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.

Since
Redis 3.0.0 group: cluster