BigHugger
sk Skill · redis

redis-core

Core Redis modeling guidance — choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model, caching objects, deciding between Hash and JSON, building counters, leaderboards, membership sets, or session stores, or when reviewing/cleaning up Redis key naming.

installs 8w
1,658
30-day movement
starts with the next reading
Related entries
1
Connections
0
TypeScript

redis-core is a SKILL.md agent skill that gives an AI coding agent foundational Redis modeling guidance. It covers choosing among Redis data types (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) based on access patterns and applying consistent colon-separated key naming.

Reach for it when your Redis work hinges on picking the right data structure or cleaning up key names, since those choices drive memory and performance.

Use it to

  • Design a Redis data model for caching objects or sessions
  • Choose between Hash and JSON for stored objects
  • Build counters, leaderboards, or membership sets
  • Decide which Redis data type fits an access pattern
  • Review or refactor colon-separated Redis key names

For Developers designing or reviewing Redis data models

Host repository
redis/agent-skills
Version
0.1.0
Installs, lifetime
2,900
Installs, 8 weeks
1,658
Licence
MIT
Host stars
149
Host language
TypeScript
topicsredisdata-modelingkey-namingcachingagent-skill