vertx / io.vertx.rxjava.redis / RedisClient / clusterAddslots

clusterAddslots

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

Assign new hash slots to receiving node.

Parameters

slots -

handler - Handler for the result of this call.

Return