vertx / io.vertx.rxjava.redis / RedisClient / pfaddMany

pfaddMany

open fun pfaddMany(key: String, elements: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient

Adds the specified elements to the specified HyperLogLog.

Parameters

key - Key string

elements - Elementa to add

handler - Handler for the result of this call.

Return