feat: Sentinel mode support
- NewConnectionDialog: sentinel toggle + host/port/masterName/nodePassword form - connection.ts: use ioredis sentinels config when sentinelEnabled - Add sentinelEnabled/sentinelHost/sentinelPort/sentinelNodePassword to all types - i18n keys for all sentinel fields (zh-CN + en)
This commit is contained in:
Vendored
+4
@@ -19,7 +19,11 @@ export interface ConnectionConfig {
|
||||
sshPrivateKeyPath: string
|
||||
sshPassphrase: string
|
||||
cluster: boolean
|
||||
sentinelEnabled: boolean
|
||||
sentinelHost: string
|
||||
sentinelPort: number
|
||||
sentinelMasterName: string
|
||||
sentinelNodePassword: string
|
||||
separator: string
|
||||
order: number
|
||||
createdAt: number
|
||||
|
||||
Reference in New Issue
Block a user