open fun rxHincrby(key: String, field: String, increment: Long): Single<Long>
Increment the integer value of a hash field by the given number
key - Key string
key
field - Field name
field
increment - Value by which to increment
increment
Return