blob: 5f07f63c2a49830ace7c3e0b38b68aa6a60c8596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"SET-CONFIG-EPOCH": {
"summary": "Set the configuration epoch in a new node",
"complexity": "O(1)",
"group": "cluster",
"since": "3.0.0",
"arity": 3,
"container": "CLUSTER",
"function": "clusterCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"STALE"
],
"arguments": [
{
"name": "config-epoch",
"type": "integer"
}
]
}
}
|