vertx / io.vertx.reactivex.redis / RedisTransaction / rxPfaddMany

rxPfaddMany

open fun rxPfaddMany(key: String, elements: MutableList<String>): Single<String>

Adds the specified elements to the specified HyperLogLog.

Parameters

key - Key string

elements - Elementa to add

Return