kevy

SAVE

Synchronously snapshot the dataset to disk.

语法SAVE
分组server
参数个数1
起始版本1.0.0
标志write, admin
复杂度O(S) fan-out; O(N/S) copy-on-write freeze per shard
Redis 兼容性differs: 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

← 全部命令