AI AGENT ADDONS
Databases
1,787installs

Redis is an ultra-fast in-memory data store. Developers use it to make applications faster. This guide covers the best Redis patterns for caching, rate limiting, sessions, and more.

You will learn how to use strings, hashes, sets, and other structures. Each pattern includes simple code examples. These patterns work in real production systems.

Redis commands are atomic on a single instance. For complex steps use Lua scripts or transactions. Connection pools help avoid overhead. This reference helps you build reliable, high-performance backends.

Add Redis Patterns skill to your workflow

Global

mkdir -p ~/.claude/skills/redis-patterns

Project

mkdir -p .claude/skills/redis-patterns

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
1 month ago
Created
6 months ago