blob: e18c337d8755adf0ce9791f0a99019e29798822f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"SYNC": {
"summary": "An internal command used in replication.",
"group": "server",
"since": "1.0.0",
"arity": 1,
"function": "syncCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"NO_MULTI",
"NOSCRIPT"
]
}
}
|