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