Redis backend for conversation state persistence and caching
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill redis-memory-backend --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Redis Memory Backend?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-redis-memory-backend-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: redis-memory-backend
description: Redis backend for conversation state persistence and caching
allowed-tools:
- Read
- Write
- Edit
- Bash
- Glob
- Grep
graph:
domains: [domain:software-engineering]
specializations: [specialization:ai-agents-conversational]
skillAreas: [skill-area:context-management, skill-area:caching-strategies]
roles: [role:ml-engineer, role:backend-engineer]
workflows: [workflow:feature-development, workflow:ml-model-lifecycle]
---
# Redis Memory Backend Skill
## Capabilities
- Configure Redis for conversation state storage
- Implement message history persistence
- Set up Redis caching for LLM responses
- Configure TTL-based memory expiration
- Implement Redis Pub/Sub for real-time updates
- Design efficient key schemas
## Target Processes
- conversational-memory-system
- chatbot-design-implementation
## Implementation Details
### Core Components
1. **Message Store**: RedisChatMessageHistory
2. **Cache**: LLM response caching
3. **State Store**: Conversation state persistence
4. **Pub/Sub**: Real-time updates
### Configuration Options
- Redis connection settings
- Key prefix configuration
- TTL settings
- Serialization format
- Cluster configuration
### Key Schema Patterns
- session:{session_id}:messages
- cache:llm:{prompt_hash}
- state:{user_id}:{key}
### Best Practices
- Use appropriate data structures
- Configure proper TTLs
- Implement connection pooling
- Monitor memory usage
### Dependencies
- redis
- langchain-community (RedisChatMessageHistory)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!