Mercurial > public > queues
log
age | author | description |
---|---|---|
Thu, 16 Dec 2010 17:30:20 +0000 | mcroydon | Modern redis servers return 1 instead of 'OK'. Check for both. |
Thu, 16 Dec 2010 16:46:17 +0000 | mcroydon | Updated queues to 0.6. |
Thu, 06 May 2010 17:41:15 +0000 | mcroydon | Write to the end of the queue, not the beginning please. |
Thu, 06 May 2010 17:24:41 +0000 | mcroydon | Redis backend: stop using reprecated pop/push and use lpop/lpush which should work in 0.900+. |
Fri, 30 Apr 2010 15:58:07 +0000 | mcroydon | Fixed NameError in the delete_queue method in the dummy backend. Thanks for the report, cleifer. |
Tue, 20 Oct 2009 22:01:12 +0000 | mcroydon | Added functionality for the dummy backend to make it behave more like a production backend for testability sake. Thanks to Travis Cline for the patch. Fixes issue #4. |
Wed, 16 Sep 2009 15:03:15 +0000 | mcroydon | Bumped __version__ to 0.5. |