Mercurial > public > queues
annotate MANIFEST @ 14:1358e3314c88
Updated version to 0.4 which includes two new backends: redisd and zenqueued.
author | mcroydon |
---|---|
date | Wed, 20 May 2009 19:39:37 +0000 |
parents | |
children | 336011507f75 |
rev | line source |
---|---|
mcroydon@14 | 1 setup.py |
mcroydon@14 | 2 test.py |
mcroydon@14 | 3 queues/__init__.py |
mcroydon@14 | 4 queues/backends/__init__.py |
mcroydon@14 | 5 queues/backends/base.py |
mcroydon@14 | 6 queues/backends/beanstalkd.py |
mcroydon@14 | 7 queues/backends/memcached.py |
mcroydon@14 | 8 queues/backends/redisd.py |
mcroydon@14 | 9 queues/backends/sqs.py |
mcroydon@14 | 10 queues/backends/zenqueued.py |