Redis

Use when using Redis or any Redis-protocol store (Valkey, ElastiCache, Upstash, Dragonfly, Memorystore) as a cache, queue, rate limiter or distributed lock and it has to be CORRECT rather than merely connected — stampede-proof caching, locks that cannot release someone else's hold, race-free rate limits, and jobs that survive a worker crash. NOT durable SQL queues with SELECT FOR UPDATE SKIP LOCKED (that is `postgresdb`), NOT vector similarity search over embeddings (that is `vector-db`).

ericrisco d1c95a1 7 files · 44.4 KB Updated

File contents

ericrisco/rsc-harness/tree/main/skills/redis commit d1c95a16b1

Frequently asked questions

npx skillmds@latest add ericrisco/redis