open fun rxLrange(key: String, from: Long, to: Long): Single<String>
Get a range of elements from a list
key - Key string
key
from - Start index
from
to - Stop index
to
Return