vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / clusterSetslotWithNodeAwait

clusterSetslotWithNodeAwait

suspend fun RedisTransaction.clusterSetslotWithNodeAwait(slot: Long, subcommand: SlotCmd, nodeId: String): String

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

nodeId -

handler - Handler for the result of this call.

Return