redis-pubsub icon indicating copy to clipboard operation
redis-pubsub copied to clipboard

How to use redis pubsub in python without blocking the main thread.

A demo to show how to use redis to subscribe to a channel in a non-blocking way.

Use pip to install the dependencies:

pip install -r requirements.txt

preferably inside a virtualenv.

You can watch a demo on youtube.