vertx / io.vertx.redis / RedisTransaction / rpop

rpop

abstract 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.

Since
Redis 1.0.0 group: list