Redis database management. Key-value operations, caching, pub/sub, and data structure commands.
39
38%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./public/skills/0xterrybit/redis/SKILL.mdRedis in-memory database management.
export REDIS_URL="redis://localhost:6379""Get key user:123"
"Set cache for 1 hour"
"Show all keys matching user:*"
"Flush cache"redis-cli GET key
redis-cli SET key value EX 3600
redis-cli KEYS "pattern*"f45fcb5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.