vertx / io.vertx.rxjava.redis / RedisClient / clusterDelslots

clusterDelslots

open fun clusterDelslots(slot: Long, handler: Handler<AsyncResult<Void>>): RedisClient

Set hash slots as unbound in receiving node.

Parameters

slot -

handler - Handler for the result of this call.

Return