abstract fun clusterAddslots(slots: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Assign new hash slots to receiving node.
slots -
slots
handler - Handler for the result of this call.
handler
Since Redis 3.0.0 group: server