open fun rxLpushMany(key: String, values: MutableList<String>): Single<Long>
Prepend one or multiple values to a list
key - Key string
key
values - Values to be added at the beginning of the list, one by one
values
Return