vertx / io.vertx.rxjava.redis / RedisTransaction / clusterDelslotsMany

clusterDelslotsMany

open fun clusterDelslotsMany(slots: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Set hash slots as unbound in receiving node.

Parameters

slots -

handler - Handler for the result of this call.

Return