redis
Installation
SKILL.md
Redis Core Knowledge
Deep Knowledge: Use
mcp__documentation__fetch_docswith technology:redisfor comprehensive documentation.
Data Types
Strings
SET user:1:name "John"
GET user:1:name
SETEX session:abc 3600 "user_data" # Expires in 1h
INCR page:views