vertx / io.vertx.rxjava.redis / RedisTransaction / rpoplpush

rpoplpush

open fun rpoplpush(key: String, destkey: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Remove the last element in a list, append it to another list and return it

Parameters

key - Key string identifying source list

destkey - Key string identifying destination list

handler - Handler for the result of this call.

Return