open fun lpop(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction
Remove and get the first element in a list
key - String key
key
handler - Handler for the result of this call.
handler
Return