Mercurial > public > queues
log
age | author | description |
---|---|---|
Tue, 12 May 2009 14:20:28 +0000 | mcroydon | Added QUEUE_REDIS_CONNECTION and QUEUE_REDIS_DB settings. QUEUE_REDIS_CONNECTION is required but QUEUE_REDIS_DB is optional. |
Tue, 12 May 2009 11:51:48 +0000 | mcroydon | Added first run at redisd backend using the MIT-licensed redis client included in the redis source. This backend does not yet support supplying host, port, and db (need to rethink configuration a bit). |
Wed, 28 Jan 2009 12:51:50 +0000 | mcroydon | Added beanstalkd backend. Thanks, Daniel. |
Thu, 08 Jan 2009 18:39:27 +0000 | mcroydon | Remove import from setup.py. |
Thu, 08 Jan 2009 18:37:34 +0000 | mcroydon | Bump version number for Django compatability fix. |
Thu, 08 Jan 2009 17:58:04 +0000 | mcroydon | Change django settings access to use getattr. Thanks, James. |