vertx / io.vertx.reactivex.redis / RedisTransaction / clusterSetslotWithNode

clusterSetslotWithNode

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

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

nodeId -

handler - Handler for the result of this call.

Return