{
    "ARLASTITEMS": {
        "summary": "Returns the most recently inserted elements.",
        "complexity": "O(N) where N is the count",
        "group": "array",
        "since": "8.8.0",
        "arity": -3,
        "function": "arlastitemsCommand",
        "command_flags": [
            "READONLY"
        ],
        "acl_categories": [
            "ARRAY"
        ],
        "key_specs": [
            {
                "flags": [
                    "RO",
                    "ACCESS"
                ],
                "begin_search": {
                    "index": {
                        "pos": 1
                    }
                },
                "find_keys": {
                    "range": {
                        "lastkey": 0,
                        "step": 1,
                        "limit": 0
                    }
                }
            }
        ],
        "reply_schema": {
            "type": "array",
            "items": {
                "oneOf": [
                    {
                        "type": "string"
                    },
                    {
                        "type": "null"
                    }
                ]
            }
        },
        "arguments": [
            {
                "name": "key",
                "type": "key",
                "key_spec_index": 0
            },
            {
                "name": "count",
                "type": "integer"
            },
            {
                "name": "rev",
                "type": "pure-token",
                "token": "REV",
                "optional": true
            }
        ]
    }
}
