AI AGENT ADDONS
Databases
1,269installs

Redis is a fast in-memory database. The key to using it well is picking the right data structure for each job. This guide shows you how to choose and how to name your keys.

You will learn when to use a String, Hash, List, Set, Sorted Set, JSON, Stream, or Vector Set. Each type is built for a different way of accessing data. Using the wrong one can make your app slower.

You also need clear key names that follow a pattern. Use lowercase and a consistent separator. This makes your data easy to manage and scan. Follow these rules to keep Redis clean and fast.

Add Redis Core skill to your workflow

Global

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

Project

mkdir -p .claude/skills/redis-core

Source Repository

Stars
79
Forks
20
Watchers
79
License
MIT
Last Push
1 month ago
Created
6 months ago