open fun rxIncrbyfloat(key: String, increment: Double): Single<String>
Increment the float value of a key by the given amount
key - Key string
key
increment - Value by which to increment
increment
Return