suspend fun RedisTransaction.lindexAwait(key: String, index: Int): String
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