快速开始
- Node.js 22+
- npm 10+
- 一个用于验证的 Redis 实例
- 本地端口
4050和4051
启动开发环境
Section titled “启动开发环境”在仓库根目录执行:
npm installnpm run dev开发模式默认:
- API:
http://localhost:4050 - Web:
http://localhost:4051
- 打开 Web 页面。
- 创建系统管理员账户。
- 登录后创建 Redis 连接。
- 填写地址、认证、TLS、SSH、Sentinel 或 Cluster 配置。
- 测试并保存连接。
- 打开工作区,选择数据库并扫描 Key。
验证安全和集成
Section titled “验证安全和集成”保持服务运行,根据需要执行:
npm run smoke:api-securitynpm run smoke:integration先在测试 Redis 中验证写操作。删除、批量过期、重命名、List pop、集合 store 和消费者组操作都可能直接修改业务数据。