vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / pfaddManyAwait

pfaddManyAwait

suspend fun RedisClient.pfaddManyAwait(key: String, elements: List<String>): Long

Adds the specified elements to the specified HyperLogLog.

Parameters

key - Key string

elements - Elementa to add

handler - Handler for the result of this call.

Return