Agent skill

redis

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/redis-thinkfleetai-thinkfleet-engine

Metadata

Additional technical details for this skill

thinkfleetbot
{
    "emoji": "\ud83d\udd34",
    "always": true,
    "requires": {
        "bins": [
            "curl",
            "jq"
        ]
    }
}

SKILL.md

Redis 🔴

Redis in-memory database management.

Setup

bash
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

bash
redis-cli GET key
redis-cli SET key value EX 3600
redis-cli KEYS "pattern*"

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results