ÿØÿà JFIF ` ` ÿþxØ
| Server IP : 109.234.164.53 / Your IP : 216.73.216.110 Web Server : Apache System : Linux cervelle.o2switch.net 4.18.0-553.32.1.lve.el8.x86_64 #1 SMP Thu Dec 19 13:14:03 UTC 2024 x86_64 User : computer3 ( 1098) PHP Version : 7.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/redis-8/src/commands/ |
Upload File : |
{
"SYNCSLOTS": {
"summary": "Internal command for atomic slot migration protocol between cluster nodes.",
"complexity": "O(1)",
"group": "cluster",
"since": "8.4.0",
"arity": -3,
"container": "CLUSTER",
"function": "clusterCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"STALE"
],
"command_tips": [
"NONDETERMINISTIC_OUTPUT"
],
"arguments": [
{
"name": "subcommand",
"type": "oneof",
"arguments": [
{
"name": "sync",
"token": "SYNC",
"type": "block",
"arguments": [
{
"name": "task-id",
"type": "string"
},
{
"name": "slot-range",
"type": "block",
"multiple": true,
"arguments": [
{
"name": "start-slot",
"type": "integer"
},
{
"name": "end-slot",
"type": "integer"
}
]
}
]
},
{
"token": "RDBCHANNEL",
"name": "task-id",
"type": "string"
},
{
"name": "snapshot-eof",
"token": "SNAPSHOT-EOF",
"type": "pure-token"
},
{
"name": "stream-eof",
"token": "STREAM-EOF",
"type": "pure-token"
},
{
"name": "ack",
"token": "ACK",
"type": "block",
"arguments": [
{
"name": "state",
"type": "string"
},
{
"name": "offset",
"type": "integer"
}
]
},
{
"token": "FAIL",
"name": "error",
"type": "string"
},
{
"name": "conf",
"token": "CONF",
"type": "block",
"arguments": [
{
"name": "option",
"type": "string",
"multiple": true
},
{
"name": "value",
"type": "string",
"multiple": true
}
]
}
]
}
],
"reply_schema": {
"oneOf": [
{
"description": "Reply to CLUSTER SYNCSLOTS SYNC, returns special RDB channel sync response.",
"const": "RDBCHANNELSYNCSLOTS"
},
{
"description": "Reply to CLUSTER SYNCSLOTS CONF and other subcommands.",
"const": "OK"
}
]
}
}
}