vertx / io.vertx.rxjava.redis / RedisClient / ltrim

ltrim

open fun ltrim(key: String, from: Long, to: Long, handler: Handler<AsyncResult<String>>): RedisClient

Trim a list to the specified range

Parameters

key - Key string

from - Start index

to - Stop index

handler - Handler for the result of this call.

Return