vertx / io.vertx.rxjava.redis / RedisTransaction / rxPfcount

rxPfcount

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

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

Parameters

key - Key string

Return