vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lsetAwait
lsetAwait
suspend fun RedisTransaction.lsetAwait(key: String, index: Long, value: String): String
Set the value of an element in a list by its index
Parameters
key - Key string
index - Position within list
value - New value
Return