abstract fun lindex(key: String, index: Int, handler: Handler<AsyncResult<String>>): RedisTransaction
Get an element from a list by its index
index - Index of list element to get
handler - Handler for the result of this call.
Since
Redis 1.0.0 group: list