vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pfaddAwait

pfaddAwait

suspend fun RedisTransaction.pfaddAwait(key: String, element: String): String

Adds the specified element to the specified HyperLogLog.

Parameters

key - Key string

element - Element to add

handler - Handler for the result of this call.

Return