スキル一覧に戻る
kprsnt2

redis

by kprsnt2

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: redis description: Redis best practices including data modeling, caching patterns, and performance optimization. globs: ["/redis*.js", "/cache*.js"] priority: 70 tags: ["database"]

Redis Best Practices

Data Modeling

  • Use appropriate data structures
  • Use meaningful key names
  • Implement key expiration
  • Use hashes for objects
  • Use sorted sets for leaderboards

Caching Patterns

  • Cache-aside (lazy loading)
  • Write-through for consistency
  • Write-behind for performance
  • Set appropriate TTLs
  • Handle cache misses gracefully

Performance

  • Pipeline commands
  • Use Lua scripts for atomic ops
  • Avoid large keys/values
  • Use SCAN instead of KEYS
  • Monitor memory usage

Reliability

  • Enable persistence (RDB+AOF)
  • Use Redis Cluster for HA
  • Implement proper error handling
  • Set maxmemory policy
  • Monitor with RedisInsight

Security

  • Enable authentication
  • Use TLS encryption
  • Bind to specific interfaces
  • Rename dangerous commands
  • Limit client connections

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です