vertx / io.vertx.rxjava.redis / RedisClient / lset

lset

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

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.

Return