open fun rxLpushx(key: String, value: String): Single<Long>
Prepend a value to a list, only if the list exists
key - Key string
key
value - Value to add at the beginning of the list
value
Return