Duva - Distributed Cache Server
SAVE
Dump data to a designated file path.
Syntax
SAVE
Persists the current cache data to a file (e.g., an RDB file) for durability.
Dumps the current data to the configured file path.
Notes
- File path is set via configuration
cargo run -- --dir directory-path --dbfilename filename
- Overwrites the existing file if it exists.