kevy

BGREWRITEAOF

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

SyntaxBGREWRITEAOF
Groupserver
Arity1
Since1.0.0
Flagswrite, admin
ComplexityO(S) fan-out; each shard freezes a copy-on-write view and hands serialise plus fsync to its own worker
Redis compatibilitydiffers: replies +OK rather than Redis's status line, rewrites one AOF per shard, and replies +OK even when AOF is disabled

← All commands