vertx / io.vertx.rxjava.redis / RedisClient / rxPfadd

rxPfadd

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

Adds the specified element to the specified HyperLogLog.

Parameters

key - Key string

element - Element to add

Return