vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / lsetAwait

lsetAwait

suspend fun RedisTransaction.lsetAwait(key: String, index: Long, value: String): String

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

Parameters

key - Key string

index - Position within list

value - New value

Return

String

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