blob: 630b62136e38a1790fa9945edc89d8991db6dd4e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"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"
]
}
}
|