open fun pfaddMany(key: String, elements: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Adds the specified elements to the specified HyperLogLog.
key - Key string
key
elements - Elementa to add
elements
handler - Handler for the result of this call.
handler
Return