redis
✓Redis caching, pub/sub, and data structures. Activate for Redis operations, caching strategies, session management, and message queuing.
Installation
SKILL.md
Provides comprehensive Redis capabilities for the Golden Armada AI Agent Fleet Platform.
Connection \\\`bash Connect redis-cli -h localhost -p 6379 redis-cli -h localhost -p 6379 -a password
Basic Operations \\\`bash Strings SET key "value" SET key "value" EX 3600 # With TTL GET key DEL key EXISTS key TTL key EXPIRE key 3600
Redis caching, pub/sub, and data structures. Activate for Redis operations, caching strategies, session management, and message queuing. Source: lobbi-docs/claude.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/lobbi-docs/claude --skill redis- Source
- lobbi-docs/claude
- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is redis?
Redis caching, pub/sub, and data structures. Activate for Redis operations, caching strategies, session management, and message queuing. Source: lobbi-docs/claude.
How do I install redis?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/lobbi-docs/claude --skill redis Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/lobbi-docs/claude
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01