suspend fun RedisClient.pfcountManyAwait(keys: List<String>): Long
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
keys - List of keys
keys
Return