suspend fun RedisTransaction.pfaddAwait(key: String, element: String): String
Adds the specified element to the specified HyperLogLog.
key - Key string
key
element - Element to add
element
Return