vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pfcountManyAwait

pfcountManyAwait

suspend fun RedisTransaction.pfcountManyAwait(keys: List<String>): String

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

Parameters

keys - List of keys

handler - Handler for the result of this call.

Return