Covers Redis integration in Bun across ioredis, Upstash, and the official client. You get practical examples for all the core data structures (hashes, lists, sets, sorted sets), plus pub/sub, transactions, and caching patterns like cache-aside and rate limiting. The Upstash section is especially clean if you're deploying to serverless environments. Includes session storage middleware and a troubleshooting table for common connection issues. It's a solid reference whether you're setting up basic key-value operations or building more complex features like leaderboards with sorted sets. The code examples are ready to copy and adapt, which saves time over digging through official docs.
npx skills add https://github.com/secondsky/claude-skills --skill bun-redis