blob: e8efc7b42e50240291b27c217f5f52d54b080b68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"REPLCONF": {
"summary": "An internal command for configuring the replication stream.",
"complexity": "O(1)",
"group": "server",
"since": "3.0.0",
"arity": -1,
"function": "replconfCommand",
"doc_flags": [
"SYSCMD"
],
"command_flags": [
"ADMIN",
"NOSCRIPT",
"LOADING",
"STALE",
"ALLOW_BUSY"
],
"reply_schema": {
"const": "OK"
}
}
}
|