vertx / io.vertx.reactivex.redis / RedisTransaction / clusterSetslot

clusterSetslot

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

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

handler - Handler for the result of this call.

Return