open fun rxPfaddMany(key: String, elements: MutableList<String>): Single<String>
Adds the specified elements to the specified HyperLogLog.
key - Key string
key
elements - Elementa to add
elements
Return