vertx / io.vertx.redis / RedisTransaction / lpop

lpop

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

Since
Redis 1.0.0 group: list