suspend fun RedisTransaction.pfcountAwait(key: String): String
Return the approximated cardinality of the set observed by the HyperLogLog at key.
key - Key string
key
handler - Handler for the result of this call.
handler
Return