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
View File
@@ -39,6 +39,7 @@ export default {
sentinelPort: '哨兵端口',
sentinelMasterName: 'Master 名称',
sentinelNodePassword: '哨兵密码',
cluster: 'Cluster 集群模式',
ssh: 'SSH 隧道',
sshHost: 'SSH 主机',
sshPort: 'SSH 端口',