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