vertx / io.vertx.reactivex.redis / RedisTransaction / rxPfadd

rxPfadd

open fun rxPfadd(key: String, element: String): Single<String>

Adds the specified element to the specified HyperLogLog.

Parameters

key - Key string

element - Element to add

Return