redis
Installation
SKILL.md
Redis 🔴
Redis in-memory database management.
Setup
export REDIS_URL="redis://localhost:6379"
Features
- Key-value operations
- Data structures (lists, sets, hashes)
- Pub/Sub messaging
- Cache management
- TTL management
Redis in-memory database management.
export REDIS_URL="redis://localhost:6379"