vertx / io.vertx.rxjava.redis / RedisTransaction / lpop

lpop

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

Remove and get the first element in a list

Parameters

key - String key

handler - Handler for the result of this call.

Return