forked from platypush/platypush
Fabio Manganiello
dc96b4995c
The Redis bus now uses a pub/sub architecture rather than a simple queue. Earlier on, the application could post an event to the queue and then pick it up when it started listening. When doing a publish on a pub/sub channel, however, any messages sent before the client started listening will be lost. |
||
---|---|---|
.. | ||
__init__.py | ||
redis.py |