vertx / io.vertx.rxjava.redis / RedisClient / rxPfaddMany

rxPfaddMany

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

Adds the specified elements to the specified HyperLogLog.

Parameters

key - Key string

elements - Elementa to add

Return