summaryrefslogtreecommitdiffstats
path: root/src/commands/psync.json
blob: 60da8ed210bcee2e84b8fc64c338b82c6ff6f45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "PSYNC": {
        "summary": "An internal command used in replication.",
        "group": "server",
        "since": "2.8.0",
        "arity": -3,
        "function": "syncCommand",
        "command_flags": [
            "NO_ASYNC_LOADING",
            "ADMIN",
            "NO_MULTI",
            "NOSCRIPT"
        ],
        "arguments": [
            {
                "name": "replicationid",
                "type": "string"
            },
            {
                "name": "offset",
                "type": "integer"
            }
        ]
    }
}