vertx / io.vertx.redis / RedisTransaction / lpushx

lpushx

abstract 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.

Since
Redis 2.2.0 group: list