vertx / io.vertx.redis / RedisTransaction / lpushMany

lpushMany

abstract fun lpushMany(key: String, values: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Prepend one or multiple values to a list

Parameters

key - Key string

values - Values to be added at the beginning of the list, one by one

handler - Handler for the result of this call.

Since
Redis 1.0.0 group: list