vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterForgetAwait

clusterForgetAwait

suspend fun RedisClient.clusterForgetAwait(nodeId: String): Unit

Remove a node from the nodes table.

Parameters

nodeId -

handler - Handler for the result of this call.

Return