redis: execute commands

This commit is contained in:
Jan Prochazka
2022-03-26 10:36:44 +01:00
parent 8d31130737
commit c0fdcf2fd1
7 changed files with 120 additions and 16 deletions

View File

@@ -56,6 +56,7 @@ export interface EngineDriver {
title: string;
defaultPort?: number;
databaseEngineTypes: string[];
editorMode?: string;
readOnlySessions: boolean;
supportedKeyTypes: SupportedDbKeyType[];
supportsDatabaseUrl?: boolean;