vertx / io.vertx.redis / RedisTransaction / ltrim

ltrim

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

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.

Since
Redis 1.0.0 group: list