- Introduced new documentation for Agent Skills, detailing best practices, code patterns, common pitfalls, and quick references across various categories such as Architecture, Data Access, Security, Error Handling, Testing, Infrastructure, Communication, and Documentation. - The documentation is structured to facilitate easy navigation and understanding, supporting developers in implementing consistent patterns on the GoodGo Platform. - Both English and Vietnamese versions are provided to ensure accessibility for a wider audience.
1.2 KiB
1.2 KiB
Redis caching patterns cho distributed systems
Skill:
redis-caching
Compatibility: .NET 8+, StackExchange.Redis, Microsoft.Extensions.Caching.StackExchangeRedis
Overview
Redis caching patterns cho distributed systems. Use for cache-aside, session storage, rate limiting, và distributed locks.
When to Use
Use this skill when:
- Implementing distributed cache / Triển khai distributed cache
- Caching API responses / Caching responses API
- Managing user sessions / Quản lý user sessions
- Implementing rate limiting / Triển khai rate limiting
- Using Redis as primary store (e.g., shopping cart) / Dùng Redis làm store chính
Quick Reference
For detailed patterns, code examples, and best practices, refer to the full skill documentation.
Related Skills
See Skills Index for related skills.
Additional Resources
- Full Skill Documentation:
...agent/skills/redis-caching/SKILL.md - Code Examples:
...agent/skills/redis-caching/references/REFERENCE.md
Vietnamese Version: Tài liệu tiếng Việt