The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.