summaryrefslogtreecommitdiffstats
path: root/src/commands/sync.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sync.json')
-rw-r--r--src/commands/sync.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/commands/sync.json b/src/commands/sync.json
new file mode 100644
index 0000000..e18c337
--- /dev/null
+++ b/src/commands/sync.json
@@ -0,0 +1,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"
+ ]
+ }
+}