vertx / io.vertx.redis / RedisTransaction / lindex

lindex

abstract fun lindex(key: String, index: Int, handler: Handler<AsyncResult<String>>): RedisTransaction

Get an element from a list by its index

Parameters

key - Key string

index - Index of list element to get

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: list