The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.19

  • CHANGES:
  • Ability to force re-connection with Redis on error ('reconnect_on_error' attribute).
  • $DEFAULT_CONNECTION_TIMEOUT, $DEFAULT_OPERATION_TIMEOUT constants added.
  • connection_timeout, operation_timeout attributes added.
  • Added the service module Redis::JobQueue::Util.
  • Attempt to protect against used_memory > maxmemory.
  • Added the 'queue_length' method.

Modules

Job queue management implemented using Redis server.
Object interface for creating and manipulating jobs
String manipulation utilities.