Exemplo n.º 1
0
 def event_check(self):
     events = RedisInterface.events_read()
     for event in events:
         event.kwargs['remote'] = True
         broadcast_event(event)
Exemplo n.º 2
0
 def handler(event):
     RedisInterface.events_push(event)