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
key - Key string
key
index - Position within list
index
value - New value
value
handler - Handler for the result of this call.
handler
Since Redis 1.0.0 group: list