vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterMeetAwait

clusterMeetAwait

suspend fun RedisClient.clusterMeetAwait(ip: String, port: Long): Unit

Force a node cluster to handshake with another node.

Parameters

ip -

port -

handler - Handler for the result of this call.

Return