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. |