Redis
Professional-grade Agentic Skills for modern software engineering. Built from real-world best practices, official documentation, and production experience.
npx -y skills add GNSubrahmanyam/agentic-skills --skill redisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Comprehensive Redis framework with data structures, caching patterns, session management, and performance optimization. Use when implementing caching, session storage, task queues, or real-time features.
SKILL.md
2.8 KB, as published. Nobody here has run it
Redis Data Structures & Caching Best Practices
Comprehensive Redis framework with 50+ rules across data structures, caching patterns, session management, pub/sub messaging, and performance optimization. Designed for high-performance caching, session storage, and real-time applications.
When to Apply
Reference these guidelines when:
- Implementing application caching (Django, FastAPI)
- Managing user sessions and authentication
- Building real-time features with pub/sub
- Optimizing database performance with Redis
- Implementing task queues and job processing
- Building scalable web applications
- Managing distributed locks and rate limiting
Rule Categories by Priority
| Priority | Category | Impact | Rules | Prefix |
| --- | --- | --- | --- | --- | --- |
| 1 | Data Structures | HIGH | 12 | data- |
| 2 | Caching Patterns | HIGH | 15 | cache- |
| 3 | Session Management | MEDIUM-HIGH | 8 | session- |
| 4 | Pub/Sub Messaging | MEDIUM-HIGH | 6 | pubsub- |
| 5 | Performance Optimization | MEDIUM | 6 | perf- |
| 6 | Security & Deployment | MEDIUM | 4 | security- |
Quick Reference
1. Data Structures (HIGH)
data-strings: String operations and atomic countersdata-hashes: Hash maps for object storagedata-lists: Ordered collections and queuesdata-sets: Unique element collectionsdata-sorted-sets: Ordered unique elements with scores
2. Caching Patterns (HIGH)
cache-django: Django cache framework integrationcache-fastapi: FastAPI response cachingcache-database: Database query result cachingcache-api: API response caching with invalidation
3. Session Management (MEDIUM-HIGH)
session-django: Django session storage in Redissession-custom: Custom session managementsession-security: Secure session handling
4. Pub/Sub Messaging (MEDIUM-HIGH)
pubsub-channels: Channel-based messagingpubsub-patterns: Pattern matching subscriptionspubsub-integration: Application integration patterns
5. Performance Optimization (MEDIUM)
perf-persistence: RDB and AOF configurationperf-memory: Memory management and eviction policiesperf-connection: Connection pooling and pipelining
6. Security & Deployment (MEDIUM)
security-auth: Authentication and access controlsecurity-encryption: Data encryption at restsecurity-deployment: Production Redis deployment
Quick Start
- ๐ Overview:
skills/redis-skill/SKILL.md - ๐ Complete Reference:
skills/redis-skill/AGENTS.md - ๐ Specific Rules:
skills/redis-skill/rules/[category]-[rule-name].md