vertx / io.vertx.rxjava.redis / RedisClient / clusterSetslot

clusterSetslot

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

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

handler - Handler for the result of this call.

Return