vertx / io.vertx.redis / RedisTransaction / lset

lset

abstract fun lset(key: String, index: Long, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Set the value of an element in a list by its index

Parameters

key - Key string

index - Position within list

value - New value

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: list