·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