vertx / io.vertx.reactivex.redis / RedisClient / pfcount

pfcount

open fun pfcount(key: String, handler: Handler<AsyncResult<Long>>): RedisClient

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

Parameters

key - Key string

handler - Handler for the result of this call.

Return