vertx / io.vertx.reactivex.redis / RedisTransaction / lpushx

lpushx

open fun lpushx(key: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Prepend a value to a list, only if the list exists

Parameters

key - Key string

value - Value to add at the beginning of the list

handler - Handler for the result of this call.

Return