A Redis-backed brain adapter for brobbot (a Hubot alternative). Version 3.0.6 is the current stable release, but the package depends on brobbot 6.x and has seen no recent significant updates. It automatically detects common Redis environment variables (REDISTOGO_URL, REDISCLOUD_URL, BOXEN_REDIS_URL, REDIS_URL) and supports a custom data key prefix via BROBBOT_REDIS_DATA_PREFIX. Compared to Hubot's redis-brain, it is specific to the brobbot ecosystem and has a smaller user base.
npm install brobbot-redis-brainNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install brobbot and the redis brain adapter, set a Redis URL, and start brobbot with the redis brain.
Check if a newer version of brobbot is available or consider migrating to a different chatbot framework.
Use Redis connection string. Example: export REDIS_URL=redis://user:password@localhost:6379
Set BROBBOT_REDIS_DATA_PREFIX to a unique prefix if using the same Redis for multiple bots.
Run 'npm install brobbot@6.x' to install the correct version.
Start brobbot with './index.sh -b redis' and ensure REDIS_URL environment variable is set.