vertx / io.vertx.rxjava.redis / RedisClient / rxIncrbyfloat

rxIncrbyfloat

open fun rxIncrbyfloat(key: String, increment: Double): Single<String>

Increment the float value of a key by the given amount

Parameters

key - Key string

increment - Value by which to increment

Return