Changes for version 0.11 - 2013-02-15
- Added two options for get_and_flush_failed_items()
- Fix fifo-cli for non-system Perl usage
- Fix claim_wait_timeout being ignored in consume
- Attempt to fix bug with unclaiming/requeueing __requeue_busy: used by unclaim, requeue_busy_item, and requeue_busy_error
Modules
Mix-and-match Queue Implementations and Backends
FIFO queue keeping track of claimed items
An item in a 'ClaimFIFO' queue
In-memory Perl implementation of the ClaimFIFO queue
Very primitive FIFO queue
In-memory Perl implementation of the NaiveFIFO queue
In-memory Redis implementation of the NaiveFIFO queue
FIFO queue keeping track of claimed items
Command line interface to queues in Redis
An item object of an queue item
Load lua scripts into Redis
In-memory Redis implementation of the ReliableFIFO queue
Provides
in lib/Queue/Q/ClaimFIFO/Redis.pm
in lib/Queue/Q/DistFIFO.pm