suspend fun RedisTransaction.lindexAwait(key: String, index: Int): String
Suspending version of method io.vertx.redis.RedisTransaction.lindex
index
- Index of list element to get
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.