vertx / io.vertx.rxjava.redis / RedisTransaction / rpop

rpop

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

Remove and get the last element in a list

Parameters

key - Key string

handler - Handler for the result of this call.

Return