vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pfaddManyAwait

pfaddManyAwait

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

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