vertx / io.vertx.rxjava.redis / RedisClient / clusterSetslotWithNode

clusterSetslotWithNode

open fun clusterSetslotWithNode(slot: Long, subcommand: SlotCmd, nodeId: String, handler: Handler<AsyncResult<Void>>): RedisClient

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

nodeId -

handler - Handler for the result of this call.

Return