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.
How 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)
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 behaviornpx claudepluginhub rnavarych/alpha-engineer --plugin billy-milliganRedis data structure patterns, caching strategies, distributed locks, rate limiting, pub/sub, and connection management for production applications.
Redis patterns for caching, rate limiting, distributed locks, session storage, Pub/Sub, and connection management in production applications.
Redis patterns for caching strategies, rate limiting with sliding window, pub/sub messaging, and streams for durable event processing.