suspend fun RedisClient.pfcountAwait(key: String): Long
Return the approximated cardinality of the set observed by the HyperLogLog at key.
key - Key string
key
Return