open fun rxPfadd(key: String, element: String): Single<String>
Adds the specified element to the specified HyperLogLog.
key - Key string
key
element - Element to add
element
Return