vertx / io.vertx.rxjava.redis / RedisClient / incrbyfloat

incrbyfloat

open fun incrbyfloat(key: String, increment: Double, handler: Handler<AsyncResult<String>>): RedisClient

Increment the float value of a key by the given amount

Parameters

key - Key string

increment - Value by which to increment

handler - Handler for the result of this call.

Return