Links tagged “persistence”
2 links, newest first.
oldblog.antirez.com
What Redis durability really guarantees — the path from client to disk, RDB snapshotting versus the append-only file, and what each fsync policy survives.
martinfowler.com
Pattern description of Event Sourcing, storing every change to application state as a sequence of events that can be replayed to rebuild past states.

