Inklings: a tumblelog

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.