Skip to content

selialkile/hotresque

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotResque

Info:HotResque is a Python library that allows you to use Redis as a message queue within your Python programs.
Author: Thiago Coutinho (http://github.com/selialkile)

About HotResque

HotResque 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 HotResque

The best place to get started is the documentation.

The source code is available on GitHub.

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.

Releases

No releases published

Packages

No packages published

Languages