Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.
/ redis-pubsub Public archive

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

Notifications You must be signed in to change notification settings

r4vi/redis-pubsub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages