hubotio / hubot-redis-brain

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

On Connect Event #18

Closed wevanscfi closed 7 years ago

wevanscfi commented 8 years ago

Added on connect event to the getData() method to emit after robot.brain is ready to accept read/writes

Usage

class System
  constructor: (robot) ->
    robot.brain.on 'connected', ->
      do startupActionNeedingRedis
stale[bot] commented 7 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.