hubotio / hubot-redis-brain

A hubot script to persist hubot's brain using redis
69 stars 55 forks source link

Redis-Brain connected Event #20

Closed hectorleiva closed 8 years ago

hectorleiva commented 8 years ago

Some scripts will want to do start-up actions that will involve Redis to already be loaded with data to then be executed.

I've added an event that will be triggered once Redis is loaded for hubot and any other script listening on that event will trigger the other events necessary for other scripts.