blob: 27d64dd93284341598863a5766f86b8566551b91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"BGREWRITEAOF": {
"summary": "Asynchronously rewrite the append-only file",
"complexity": "O(1)",
"group": "server",
"since": "1.0.0",
"arity": 1,
"function": "bgrewriteaofCommand",
"command_flags": [
"NO_ASYNC_LOADING",
"ADMIN",
"NOSCRIPT"
]
}
}
|