/hotqueue

HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.

Primary LanguagePythonMIT LicenseMIT

HotQueue

https://travis-ci.org/dwighthubbard/hotqueue.svg?branch=master https://coveralls.io/repos/dwighthubbard/hotqueue/badge.svg?branch=master&service=github Documentation Status
Info:HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
Author:Richard Henry (http://github.com/richardhenry), Dwight Hubbard (http://github.com/dwighthubbard)

About HotQueue

HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.

This fork of HotQueue uses redislite to allow running without installing and running a separate Redis server.

To install it, run:

pip install -U redislite-hotqueue

The best place to get started is the documentation.