vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterSetslotWithNodeAwait

clusterSetslotWithNodeAwait

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

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

nodeId -

handler - Handler for the result of this call.

Return