Mercurial > public > queues
log
age | author | description |
---|---|---|
Sat, 03 Jan 2015 18:12:54 -0600 | Brian Neal | Fork; added UNIX socket support to redis backend. default tip |
Sun, 23 Jun 2013 02:53:30 +0000 | btimby | Some PEP8 changes. |
Sun, 20 May 2012 01:49:11 +0000 | btimby | blpop returns a tuple (queue_name, item) on success, on timeout, None, we need to handle both cases. |
Sun, 20 May 2012 01:08:16 +0000 | btimby | Forgot return |
Tue, 15 May 2012 20:58:27 +0000 | btimby | Redis requires and integer for a timeout (no floats) |
Mon, 14 May 2012 19:22:57 +0000 | btimby | Added timeouts for blocking mode |