suspend fun RedisClient.lrangeAwait(key: String, from: Long, to: Long): JsonArray
Get a range of elements from a list
key - Key string
key
from - Start index
from
to - Stop index
to
handler - Handler for the result of this call.
handler
Return