open fun rxPfcountMany(keys: MutableList<String>): Single<Long>
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
keys - List of keys
keys
Return