vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pfaddAwait

pfaddAwait

suspend fun RedisClient.pfaddAwait(key: String, element: String): Long

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