vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterSetslotAwait

clusterSetslotAwait

suspend fun RedisClient.clusterSetslotAwait(slot: Long, subcommand: SlotCmd): Unit

Bind an hash slot to a specific node.

Parameters

slot -

subcommand -

handler - Handler for the result of this call.

Return