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

lindexAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.lindex

Parameters

key - Key string

index - Index of list element to get

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.