blob: 4e31dd82db0bda1acb40d3a0a3ca84da26e17844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"REWRITE": {
"summary": "Rewrite the configuration file with the in memory configuration",
"complexity": "O(1)",
"group": "server",
"since": "2.8.0",
"arity": 2,
"container": "CONFIG",
"function": "configRewriteCommand",
"command_flags": [
"ADMIN",
"NOSCRIPT",
"LOADING",
"STALE"
]
}
}
|