{
    "BGREWRITEAOF": {
        "summary": "Asynchronously rewrite the append-only file",
        "complexity": "O(1)",
        "group": "server",
        "since": "1.0.0",
        "arity": 1,
        "function": "bgrewriteaofCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "NOSCRIPT"
        ]
    }
}
