redis-gen

SKILL.md

Redis Gen

Redis is fast but designing key patterns is an art. This tool helps you plan your Redis schema with proper key naming, TTLs, and data structures. Stop guessing whether to use a hash or a sorted set.

One command. Zero config. Just works.

Quick Start

npx ai-redis-schema "user sessions with activity tracking"

What It Does

  • Generates optimal key patterns for your use case
  • Recommends the right data structures (strings, hashes, sets, sorted sets, lists)
  • Includes TTL recommendations for cache invalidation
  • Provides example commands for common operations
  • Documents memory considerations
Installs
6
First Seen
Mar 12, 2026