log

age author description
Tue, 15 May 2012 20:58:27 +0000 btimby Redis requires and integer for a timeout (no floats)
Mon, 14 May 2012 19:22:57 +0000 btimby Added timeouts for blocking mode
Thu, 26 Apr 2012 14:49:46 +0000 btimby Perform blocking read when possible
Sun, 05 Feb 2012 03:30:23 +0000 btimby Loosen restriction for what is considered a "valid" queue backend.
Sun, 05 Feb 2012 03:28:19 +0000 btimby Handle importing valid module name as backend when that module is NOT a backend.
Sun, 05 Feb 2012 03:10:46 +0000 btimby Removed dead code from Redis backend.
Sun, 05 Feb 2012 03:09:04 +0000 btimby Implement timeout for Redis backend.
Tue, 31 May 2011 17:36:47 +0000 mcroydon Added dummy backend to MANIFEST. Released 0.6.2.
Thu, 16 Dec 2010 17:37:57 +0000 mcroydon Bump version to 0.6.1.
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.