feat: Cluster mode support

- NewConnectionDialog: cluster checkbox
- connection.ts: use Redis.Cluster() when cluster is enabled
- i18n keys for cluster (zh-CN + en)
This commit is contained in:
2026-07-05 21:20:42 +08:00
parent e46d6a80be
commit 169017df65
6 changed files with 54 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- [x] **SSH 隧道** — 类型已定义,NewConnectionDialog 需添加 host/port/user/password/privateKey/passphrase 表单
- [x] **SSL/TLS 证书路径** — CA / Cert / Key 文件路径 + SNI servername,当前仅 TLS 复选框
- [x] **Sentinel 模式** — masterName + nodePassword 表单
- [ ] **Cluster 开关** — UI 暴露 cluster 模式切换 + FAQ 说明
- [x] **Cluster 开关** — UI 暴露 cluster 模式切换 + FAQ 说明
## P1 — 核心功能缺失