Redis: RDB and AOF persistence
When to use
Use this skill for RDB and AOF persistence in Redis. This skill specifically handles RDB and AOF persistence and nothing else in the Redis family.
Procedure
Choose between RDB snapshots and AOF, tune appendfsync, configure save points, and plan restart/restore durability.
Notes
This is the Redis skill dedicated to RDB and AOF persistence. Sibling skills cover other Redis capabilities; this one is the right choice only when the task is about RDB and AOF persistence.