vertx / io.vertx.redis / RedisTransaction / pfaddMany

pfaddMany

abstract fun pfaddMany(key: String, elements: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Adds the specified elements to the specified HyperLogLog.

Parameters

key - Key string

elements - Elementa to add

handler - Handler for the result of this call.

Since
Redis 2.8.9 group: hyperloglog