open fun rxLtrim(key: String, from: Long, to: Long): Single<String>
Trim a list to the specified range
key - Key string
key
from - Start index
from
to - Stop index
to
Return