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