Redis Development Guidelines
Objective: Define standards for using Redis safely, efficiently, and consistently as a cache, session store, message queue, rate limiter, or pub/sub broker, covering key design, TTL management, data structures, performance, and security.
Source File
View the full rule: .agent/rules/redis.md
Sections
- Key Naming & Namespacing
- Expiry (TTL) & Cache Patterns
- Data Structure Selection
- Performance & Reliability
- Security & Observability
