mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
Redis - ability to skip SETNAME #1077
This commit is contained in:
@@ -82,6 +82,16 @@ const driver = {
|
||||
}
|
||||
return ['server', 'port', 'user', 'password', 'isReadOnly', 'treeKeySeparator'].includes(field);
|
||||
},
|
||||
|
||||
getAdvancedConnectionFields() {
|
||||
return [
|
||||
{
|
||||
type: 'checkbox',
|
||||
name: 'skipSetName',
|
||||
label: 'Skip SETNAME instruction',
|
||||
},
|
||||
];
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = driver;
|
||||
|
||||
Reference in New Issue
Block a user