abstract fun pfaddMany(key: String, elements: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Adds the specified elements to the specified HyperLogLog.
handler - Handler for the result of this call.
Since
Redis 2.8.9 group: hyperloglog