Help us improve
Share bugs, ideas, or general feedback.
From billy-milligan
Deep-dives Redis: 8 data structures with use cases, Redlock distributed locking, sliding window rate limiting via sorted sets, pub/sub patterns, streams for event logs, pipeline batching, keyspace notifications, eviction policies, Cluster vs Sentinel. For caching, locks, rate limiting, real-time features.
npx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganHow this skill is triggered — by the user, by Claude, or both
Slash command
/billy-milligan:redis-deepThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Implementing distributed locking (Redlock)
Provides Redis patterns for data structures, caching strategies like cache-aside/write-through/invalidation, distributed locks, rate limiting, pub/sub, and connection management with Python examples for production apps.
Redis patterns for caching strategies, rate limiting with sliding window, pub/sub messaging, and streams for durable event processing.
Share bugs, ideas, or general feedback.
resource:id:field prevents collisions and enables pattern scanningreferences/data-structures.md — 8 data structures with TypeScript examples, Redlock, sliding window rate limiter, pub/subreferences/caching-patterns.md — eviction policies, pipeline batching, keyspace notifications, cache-aside patternreferences/cluster-sentinel.md — Redis Cluster vs Sentinel, topology decisions, failover behavior