Sun, 20 May 2012 01:49:11 +0000 |
btimby |
blpop returns a tuple (queue_name, item) on success, on timeout, None, we need to handle both cases.
|
Sun, 20 May 2012 01:08:16 +0000 |
btimby |
Forgot return
|
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.
|