vertx / io.vertx.reactivex.redis / RedisClient / clusterDelslotsMany

clusterDelslotsMany

open fun clusterDelslotsMany(slots: MutableList<Long>, handler: Handler<AsyncResult<Void>>): RedisClient

Set hash slots as unbound in receiving node.

Parameters

slots -

handler - Handler for the result of this call.

Return