open fun pfcountMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
keys - List of keys
keys
handler - Handler for the result of this call.
handler
Return