vertx / io.vertx.rxjava.redis / RedisClient / rxPfcountMany

rxPfcountMany

open fun rxPfcountMany(keys: MutableList<String>): Single<Long>

Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).

Parameters

keys - List of keys

Return