SYNC: Merge pull request #15 from dbgate/feature/redis-cluster

This commit is contained in:
Jan Prochazka
2025-10-16 10:51:27 +02:00
committed by Diflow
parent ea3b0c15ac
commit 28c68308a9
4 changed files with 110 additions and 1 deletions

View File

@@ -3,4 +3,7 @@ const driver = require('./driver');
module.exports = {
packageName: 'dbgate-plugin-redis',
drivers: [driver],
initialize(dbgateEnv) {
driver.initialize(dbgateEnv);
},
};