hubot-redis-brain icon indicating copy to clipboard operation
hubot-redis-brain copied to clipboard

A hubot script to persist hubot's brain using redis

Results 6 hubot-redis-brain issues
Sort by recently updated
recently updated
newest added

As of redis 6, Heroku now requires you to use secure (`rediss`) urls. Additionally, Heroku is using self-signed certificates. This doesn't seem to work with the current setup. I believe...

I am filing this since I have the same issue as #37 which was closed by its reporter: My work's slack workspace has over 7000 users. As the bot runs...

CloudFoundry automatically injects Redis info into apps via the VCAP_SERVICES environment variable. I've added code to use that env var when a user adds info about the service they chose...

When pulling `v0.0.4` from NPM, the code in the node module is the same as the `v0.0.3` tag which had the source written in coffee. Was expecting v0.0.4 to contain...

Hello, I am trying to use this module in a hubot that is packed inside a docker container, but it is not working. If I run the bot on my...

[Someone](https://github.com/halkeye/hubot-plugins/tree/master/packages/hubot-brain-redis-hash) has written an MIT-licensed Redis brain that uses hget/hset commands for adding removing data from the brain. Is it worth exploring this more broadly for the main Redis brain?...