vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lindexAwait

lindexAwait

suspend fun RedisTransaction.lindexAwait(key: String, index: Int): String

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.

Return