On 9 January 2017 at 14:17, Avraham Serour <[email protected]> wrote:

> I mean from redis, if the application decides to send a message to a user
> it is stored in the broker (right now in my first version I'm using redis),
> I need a consumer to check if there are messages available and direct them
> each to the correct socket.
>

You can use async Redis driver
https://github.com/jonathanslenders/asyncio-redis#pubsub-example
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to