vertx / io.vertx.rxjava.redis / RedisClient / rxPfcount

rxPfcount

open fun rxPfcount(key: String): Single<Long>

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

Parameters

key - Key string

Return