suspend fun RedisTransaction.ltrimAwait(key: String, from: Long, to: Long): String
Trim a list to the specified range
key - Key string
key
from - Start index
from
to - Stop index
to
handler - Handler for the result of this call.
handler
Return