suspend fun RedisClient.pfaddAwait(key: String, element: String): Long
Adds the specified element to the specified HyperLogLog.
key - Key string
key
element - Element to add
element
handler - Handler for the result of this call.
handler
Return