返回 Skill 列表
extension
分类: 开发与工程无需 API Key

local-redis-skill

连接到基于本地Docker的Redis实例并执行命令。当用户想要运行Redis命令、检查Redis键/值、调试Redis数据或与本地Redis容器交互时使用。

person作者: jakexiaohubgithub

Workflow

  1. Read .redis.local for the Redis connection URL
  2. Connect to Redis via Docker
  3. Ask the user what Redis commands to execute
  4. Execute the requested commands and return results