Redis_Persistence
Persistently stores data in Redis for fast retrieval and session management across application restarts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add redis_persistence npx -- -y @trustedskills/redis_persistence
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"redis_persistence": {
"command": "npx",
"args": [
"-y",
"@trustedskills/redis_persistence"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to manage Redis persistence configurations. It allows agents to configure and modify RDB (Redis Database) snapshots and AOF (Append Only File) settings, ensuring data durability and recovery options within a Redis environment. The agent can adjust snapshot frequencies and AOF rewrite strategies based on specified parameters.
When to use it
- Data Recovery: When needing to restore a Redis database after a failure or corruption event.
- Performance Tuning: To optimize write performance by adjusting AOF flush intervals.
- Disaster Recovery Planning: Configuring RDB snapshots for offsite backups and disaster recovery scenarios.
- Automated Maintenance: Scheduling regular persistence tasks as part of automated server maintenance routines.
Key capabilities
- Configure RDB snapshotting frequency.
- Manage AOF rewrite strategies.
- Enable or disable AOF auto-saving.
- Adjust AOF flush intervals.
Example prompts
- "Set Redis to take a snapshot every 5 minutes."
- "Change the AOF rewrite percentage to 64MB."
- "Disable automatic AOF saving and set the flush interval to once per minute."
- “Enable persistence with RDB snapshots every hour.”
Tips & gotchas
This skill requires a running Redis instance accessible to the AI agent. Incorrect configuration of persistence settings can impact performance, so careful consideration of parameters is recommended.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.