open fun ltrim(key: String, from: Long, to: Long, handler: Handler<AsyncResult<String>>): RedisClient
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