redislite-hotqueue

A fork of the HotQueue Python library that allows you to use Redis/Redislite as a message queue.


License
MIT
Install
pip install redislite-hotqueue==1.3.83

Documentation

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.