open fun rxAppend(key: String, value: String): Single<Long>
Append a value to a key
key - Key string
key
value - Value to append
value
Return