vertx / io.vertx.redis / RedisTransaction / pfcount

pfcount

abstract fun pfcount(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 2.8.9 group: hyperloglog