vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pfcountAwait

pfcountAwait

suspend fun RedisTransaction.pfcountAwait(key: String): String

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

Parameters

key - Key string

Return