什么是 redis-expert?
用于缓存、发布/订阅、数据结构和高性能应用程序的专家级 Redis 来源:personamanagmentlayer/pcl。
用于缓存、发布/订阅、数据结构和高性能应用程序的专家级 Redis
通过命令行快速安装 redis-expert AI 技能到你的开发环境
来源:personamanagmentlayer/pcl。
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用于缓存、发布/订阅、数据结构和高性能应用程序的专家级 Redis 来源:personamanagmentlayer/pcl。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/personamanagmentlayer/pcl --skill redis-expert 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/personamanagmentlayer/pcl