Skip to content

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

License

Notifications You must be signed in to change notification settings

lovato/hotqueue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.9%
  • CSS 3.1%