vertx / io.vertx.reactivex.redis / RedisTransaction / pfaddMany

pfaddMany

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

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