open fun lindex(key: String, index: Int, handler: Handler<AsyncResult<String>>): RedisClient
Get an element from a list by its index
key - Key string
key
index - Index of list element to get
index
handler - Handler for the result of this call.
handler
Return