• Stars
    star
    252
  • Rank 158,250 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 14 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

HotQueue

PyPI

IMPORTANT NOTE: This project has not been actively maintained in a long time! You probably want to consider something like the Disque Redis module instead: https://github.com/antirez/disque

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

The main advantage of this model is that there is no queue server to run, other than Redis. This is particularly ideal if you're already using Redis as a datastore elsewhere. To install it, run:

pip install -U hotqueue

The best place to get started is the documentation.

The source code is available on GitHub.

To get help with HotQueue, use the HotQueue Users mailing list.

Contributing

The source is available on GitHub. To contribute to the project, fork it on GitHub and send a pull request, all contributions and suggestions are welcome.