Redis Job Queue A simple job queue using Redis and Python. Requirements python redis 2.6 redis-py Running Start redis server: $ redis-server Run 100 jobs: $ python main.py 100 Todo Write back to Redis on job complete and send notification to client