跳转到内容

快速开始

  • Node.js 22+
  • npm 10+
  • 一个用于验证的 Redis 实例
  • 本地端口 40504051

在仓库根目录执行:

Terminal window
npm install
npm run dev

开发模式默认:

  • API:http://localhost:4050
  • Web:http://localhost:4051
  1. 打开 Web 页面。
  2. 创建系统管理员账户。
  3. 登录后创建 Redis 连接。
  4. 填写地址、认证、TLS、SSH、Sentinel 或 Cluster 配置。
  5. 测试并保存连接。
  6. 打开工作区,选择数据库并扫描 Key。

保持服务运行,根据需要执行:

Terminal window
npm run smoke:api-security
npm run smoke:integration

先在测试 Redis 中验证写操作。删除、批量过期、重命名、List pop、集合 store 和消费者组操作都可能直接修改业务数据。