SSL support for redis #691

This commit is contained in:
SPRINX0\prochazka
2025-01-22 18:42:14 +01:00
parent d16bc83af0
commit 0d3e39c479
2 changed files with 8 additions and 3 deletions

View File

@@ -82,8 +82,6 @@ const driver = {
}
return ['server', 'port', 'user', 'password', 'isReadOnly', 'treeKeySeparator'].includes(field);
},
showConnectionTab: (field) => field == 'sshTunnel',
};
module.exports = driver;