Memory
Ephemeral, process-local storage for development and disposable workloads.
Use AOF for the runnable server when durability matters. Keep the default safe fsync behavior unless measured workload data points to tuning the writer queue or group commit settings.
Ephemeral, process-local storage for development and disposable workloads.
Append-only file storage with replay, compaction, integrity verification, backup, and restore tooling.
Embedded/native storage backend. The runnable server currently exposes memory and AOF storage modes.
latlng-cli aof-verify ./data/appendonly.aof
latlng-cli aof-backup ./data/appendonly.aof ./backup/appendonly.backup.json
latlng-cli aof-restore ./backup/appendonly.backup.json ./restore/appendonly.aof aof-backup is an offline tool. Use it against a stopped server or a copied AOF that is no longer being written. For live systems, prefer graceful shutdown or crash-consistent filesystem snapshots followed by verification.