kevy

SAVE

Synchronously snapshot the dataset to disk.

SyntaxSAVE
Groupserver
Arity1
Since1.0.0
Flagswrite, admin
ComplexityO(S) fan-out; O(N/S) copy-on-write freeze per shard
Redis compatibilitydiffers: SAVE is no longer synchronous-until-durable — it freezes a copy-on-write view and replies OK immediately, so 'SAVE returned, therefore the dump is safe to copy' no longer holds

← All commands