vertx / io.vertx.redis / RedisTransaction / lpush

lpush

abstract fun lpush(key: String, value: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Prepend one value to a list

Parameters

key - Key string

value - Value to be added at the beginning of the list

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: list