vertx / io.vertx.redis / RedisTransaction / clusterSetslot

clusterSetslot

abstract 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.

Since
Redis 3.0.0 group: cluster