·redis-expert
</>

redis-expert

用於快取、發布/訂閱、資料結構和高效能應用程式的專家級 Redis

54安裝·2熱度·@personamanagmentlayer

安裝

$npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert

如何安裝 redis-expert

透過命令列快速安裝 redis-expert AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:personamanagmentlayer/pcl。

SKILL.md

查看原文

Expert guidance for Redis - the in-memory data structure store used as cache, message broker, and database with microsecond latency.

❌ Using Redis as primary database: Use for caching/sessions ❌ Not setting TTL on cache keys: Causes memory bloat ❌ Using KEYS in production: Use SCAN instead ❌ Large values in keys: Keep values small (<1MB) ❌ No monitoring: Track memory, latency, hit rate ❌ Synchronous blocking operations: Use async operations

❌ Not handling connection failures: Implement retry logic ❌ Storing large collections in single key: Split into multiple keys

用於快取、發布/訂閱、資料結構和高效能應用程式的專家級 Redis 來源:personamanagmentlayer/pcl。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert
分類
</>開發工具
認證
收錄時間
2026-02-18
更新時間
2026-03-10

Browse more skills from personamanagmentlayer/pcl

快速解答

什麼是 redis-expert?

用於快取、發布/訂閱、資料結構和高效能應用程式的專家級 Redis 來源:personamanagmentlayer/pcl。

如何安裝 redis-expert?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/personamanagmentlayer/pcl