Registry / database / dbgate-plugin-redis

dbgate-plugin-redis

JSON →
library7.1.13jsnpmunverified

A plugin for DbGate that adds Redis database support, allowing users to connect, browse, and manage Redis instances within the DbGate database management tool. Version 7.1.13 is current; updated alongside DbGate releases. Key differentiator: integrates Redis management into a multi-database GUI, avoiding the need for a separate Redis client.

npm install dbgate-plugin-redis
INSTALL
IMPORT
SIG · DBGATE-PLUGIN-REDI
D
dbgate-plugin-redis
databasejavascriptv7.1.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plugin
✓ Use via DbGate plugin manager. No direct import needed.
✗ Attempting to import like an npm module: import { something } from 'dbgate-plugin-redis'
This package is a DbGate plugin, not a library. It is loaded by DbGate when installed.
RedisConnection
✓ Not directly importable; configured in DbGate UI.
✗ const { RedisConnection } = require('dbgate-plugin-redis')
The plugin exposes connection logic to DbGate, but is not intended for external use.

Demonstrates that the plugin is used via DbGate GUI, not as a code module.

// This package is a plugin for DbGate. Install via DbGate plugin manager. // DbGate download: https://dbgate.org // Plugin can be installed from within DbGate: Tools > Plugins > Install. // Alternatively, plugin package can be downloaded from npm and placed in DbGate's plugin directory. // No code snippet because it's a GUI plugin.
Debug
Known issues
gotchaThis is a DbGate plugin, not a standalone npm package. Do not import in code.
fix
Install via DbGate plugin manager instead of npm require/import.
affects: All
deprecatedPlugin may become incompatible with future DbGate versions.
fix
Keep DbGate and plugins updated together.
affects: >=7.0
Errors
Common errors & fixes
Cannot find module 'dbgate-plugin-redis'
Trying to require/import the plugin directly in a Node.js script.
fix
Do not use require('dbgate-plugin-redis'). Install plugin via DbGate's plugin manager.
Upgrade
Version history
7.1.13latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
dbgate-plugin-redis — npm install dbgate-plugin-redis · libregistry