kevy

BGREWRITEAOF

Start an append-only-file rewrite in the background.

语法BGREWRITEAOF
分组server
参数个数1
起始版本1.0.0
标志write, admin
复杂度O(S) fan-out; each shard freezes a copy-on-write view and hands serialise plus fsync to its own worker
Redis 兼容性differs: replies +OK rather than Redis's status line, rewrites one AOF per shard, and replies +OK even when AOF is disabled

← 全部命令