vertx / io.vertx.reactivex.redis / RedisTransaction / rpush

rpush

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

Append one or multiple values to a list

Parameters

key - Key string

value - Value to be added to the end of the list

handler - Handler for the result of this call.

Return