open fun rxLpush(key: String, value: String): Single<Long>
Prepend one value to a list
key - Key string
key
value - Value to be added at the beginning of the list
value
Return