vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pfcountAwait

pfcountAwait

suspend fun RedisClient.pfcountAwait(key: String): Long

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