vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / clusterAddslotsAwait

clusterAddslotsAwait

suspend fun RedisClient.clusterAddslotsAwait(slots: List<Long>): Unit

Assign new hash slots to receiving node.

Parameters

slots -

handler - Handler for the result of this call.

Return