vertx / io.vertx.redis / RedisTransaction / lrange

lrange

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

Get a range of elements from a list

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