CtrlK
BlogDocsLog inGet started
Tessl Logo

redis

Redis database management. Key-value operations, caching, pub/sub, and data structure commands.

63

Quality

52%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./public/skills/0xterrybit/redis/SKILL.md
SKILL.md
Quality
Evals
Security

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*"
Repository
Demerzels-lab/elsamultiskillagent
Last updated
Created

Is this your skill?

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.