https://github.com/zacharyvoase/hotqueue
HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
https://github.com/zacharyvoase/hotqueue
Last synced: about 2 hours ago
JSON representation
HotQueue is a Python library that allows you to use Redis as a message queue within your Python programs.
- Host: GitHub
- URL: https://github.com/zacharyvoase/hotqueue
- Owner: zacharyvoase
- License: mit
- Created: 2010-11-04T14:52:54.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-04T14:57:15.000Z (almost 15 years ago)
- Last Synced: 2025-06-07T19:02:44.672Z (4 months ago)
- Language: Python
- Homepage: http://richardhenry.github.com/hotqueue/
- Size: 158 KB
- Stars: 1
- Watchers: 2
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========
HotQueue
========
: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)About HotQueue
==============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:
easy_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.