Mercurial > public > queues
annotate MANIFEST @ 18:9e41be2e6776
Updated version to 0.5 which includes a dummy backend useful for testing, fixed a bug in delete_queue in the redis backend, and updated tests to deal with some backends returning unicode and some not.
author | mcroydon |
---|---|
date | Wed, 16 Sep 2009 14:39:50 +0000 |
parents | 1358e3314c88 |
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 |