Agent skill
redis-expert-vuralserhat86-antigravity-agentic--2
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/redis-expert-vuralserhat86-antigravity-agentic--2
SKILL.md
🔴 Redis Expert
Düşük gecikmeli veri depolama, önbellekleme ve mesajlaşma çözümleri.
Redis Expert v1.1 - Enhanced
🔄 Workflow
Kaynak: Redis Best Practices & Caching Strategies (AWS)
Aşama 1: Data model & Structure
- Type Selection: Veriye uygun tipi (String, Hash, List, Set, Sorted Set) seç.
- Naming: Anahtar (Key) isimlendirme standartlarını (
app:module:id) belirle. - TTL: Her anahtar için mutlaka bir yaşam süresi (Expiration) tanımla.
Aşama 2: Caching Strategy
- Cache Aside: Uygulamanın önce Redis'e bakıp yoksa DB'den çekip Redis'i güncellemesini sağla.
- Invalidation: DB güncellendiğinde ilgili Redis anahtarını silme/güncelleme mantığını kur.
Aşama 3: Advanced Patterns
- Pub/Sub: Servisler arası anlık mesajlaşma için kanalları kullan.
- Atomic Ops: Race conditionları engellemek için
INCRveya Lua scriptlerini kullan. - Streams: Yüksek hacimli olay akışlarını (Event sourcing) yönet.
Kontrol Noktaları
| Aşama | Doğrulama |
|---|---|
| 1 | Redis belleği dolarsa "Eviction Policy" (Örn: Lru) hazır mı? |
| 2 | Büyük veriler (Big Keys) performansı yavaşlatıyor mu? |
| 3 | Bağlantılar (Connections) havuz (Pool) üzerinden mi yönetiliyor? |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?