This is a comprehensive Redis skill that covers everything from basic data structures to production patterns like distributed locking and sliding window rate limiting. You get Docker setup commands, ioredis client examples, and actual implementations for common patterns like cache helpers and rate limiters. The source includes working TypeScript code for all the tricky bits, expiration strategies, and proper configuration for persistence and replication. If you're building anything that needs fast caching, session storage, or real-time features, this gives you the patterns without having to piece together Stack Overflow answers. The Lua scripting examples for atomic operations are especially useful since that's where most people get it wrong.
npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert