vertx / io.vertx.redis / RedisTransaction / clusterAddslots

clusterAddslots

abstract fun clusterAddslots(slots: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Assign new hash slots to receiving node.

Parameters

slots -

handler - Handler for the result of this call.

Since
Redis 3.0.0 group: server