A Redis bridge plugin for Devebot, enabling Redis integration within Devebot applications. Version 0.4.1 is current, released under the MIT license. This package provides a bridge to Redis for Devebot, a Node.js application framework. It is designed specifically for Devebot ecosystems and may not be suitable for standalone Redis usage. The package is maintained as part of the devebot-bridges collection, with a focus on ease of integration and minimal configuration.
npm install devebot-co-redisNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to integrate the Redis bridge plugin into a Devebot application.
Use ES module imports (import). If you need CommonJS, stick to version 0.3.x.
Use a generic Redis client like 'redis' or 'ioredis' for non-Devebot projects.
Set Redis config in Devebot configuration object under 'redis' key.
Change to 'import bridge from "devebot-co-redis";' and ensure project is configured for ES modules.
Check the API documentation. Use 'app.use(bridge)' or access specific methods like 'bridge.createClient()'.