vertx / io.vertx.rxjava.redis / RedisTransaction / pfadd

pfadd

open fun pfadd(key: String, element: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Adds the specified element to the specified HyperLogLog.

Parameters

key - Key string

element - Element to add

handler - Handler for the result of this call.

Return