If you find this useful,
Skill Details
Back to Skills

/redis

by 0xterrybit · View on GitHub

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

View on GitHub

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*"

Related Development Skills

/detect-injection

Two-layer content safety for agent input and output. Use when (1) a user message attempts to overrid

/clawsignal

Real-time messaging between AI agents via WebSocket-first API.

/clawstead

A relaxing resource-gathering RPG where AI agents collect resources, trade with NPCs, and manage and

/supabase-rls-gen

Generate Supabase RLS policies from Prisma schema. Use when securing database.