summaryrefslogtreecommitdiffstats
path: root/src/commands/sync.json
blob: 85672d6ed73f2bbb68a9f7777b2a00bec038c68d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "SYNC": {
        "summary": "Internal command used for replication",
        "group": "server",
        "since": "1.0.0",
        "arity": 1,
        "function": "syncCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "NO_MULTI",
            "NOSCRIPT"
        ]
    }
}