redis
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
Usage Examples
"Get key user:123"
"Set cache for 1 hour"
"Show all keys matching user:*"
"Flush cache"
Commands
redis-cli GET key
redis-cli SET key value EX 3600
redis-cli KEYS "pattern*"
Weekly Installs
18
Repository
openclaw/skillsGitHub Stars
3.8K
First Seen
Jan 31, 2026
Security Audits
Installed on
gemini-cli13
github-copilot13
codex12
openclaw12
opencode12
amp11