Simon Willison’s Weblog

Subscribe
Atom feed for hotqueue

1 item tagged “hotqueue”

2010

HotQueue. A super-simple Python work queue using Redis. The API is neat, and makes clever use of generators for blocking consumption of queue items.

# 22nd December 2010, 11:51 am / python, queues, redis, recovered, hotqueue