# Syn Redis Persistence

> Redis: RDB and AOF persistence

- Skill: `legendtkl/syn-redis-persistence` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-redis-persistence`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-redis-persistence/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-redis-persistence

---


# 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.

