vertx / io.vertx.rxjava.redis / RedisTransaction / rpushMany

rpushMany

open fun rpushMany(key: String, values: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

Append one or multiple values to a list

Parameters

key - Key string

values - List of values to add to the end of the list

handler - Handler for the result of this call.

Return