vertx / io.vertx.rxjava.redis / RedisTransaction / clusterForget

clusterForget

open fun clusterForget(nodeId: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Remove a node from the nodes table.

Parameters

nodeId -

handler - Handler for the result of this call.

Return