The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Redis::JobQueue package

0.16  Tue Mar  12 2013
    CHANGES:
    - Added method 'server'

0.15  Tue Mar  12 2013
    BUGFIXES:
    - Attribute 'attribute' renamed 'meta_data'

0.14  Mon Mar  11 2013
    CHANGES:
    - Attribute 'attribute' renamed 'meta_data'
    - Methods 'check_job_...' renamed 'get_job_...'

0.13  Sat Mar  09 2013
    CHANGES:
    - Attribute 'attribute' in the structure of jobs added

0.12  Fri Mar  08 2013
    CHANGES:
    - The tests are executed even if the installed Redis server is not running

0.11  Fri Mar  08 2013
    CHANGES:
    - Added method 'ping'

0.10  Mon Feb  26 2013
    CHANGES:
    - Error codes returned by last_errorcode method complies with an array
      of descriptions @Redis::JobQueue::ERROR

0.09  Wed Feb  13 2013
    CHANGES:
    - 'new' indirectly detects no connection to the Redis server

0.08  Tue Dec  18 2012
    CHANGES:
    - The 'job' attribute of the job performs only informational role
    - Checking Perl version in Makefile.PL

0.07  Wed Sep  26 2012
    CHANGES:
    - The 'get_next_job' can take a queue name or a reference to an array of queue names

0.06  Thu Sep  13 2012
    BUGFIXES:
    - The 'get_next_job' method work correctly when 'blocking' is true

0.05  Mon Sep  10 2012
    CHANGES:
    - Author and release tests moved to 'xt' directory

    BUGFIXES:
    - Eliminate unnecessary Data::UUID object construction

0.04  Sat Sep  01 2012
    BUGFIXES:
    - t/00_Job/01_new.t
      Disable checking leads to "Out of memory!" for systems with limited memory

0.03  Thu Aug  30 2012
    CHANGES:
    - Added test 't/94_fixme.t'

    BUGFIXES:
    - Fixed version number to 'use 5.010'

0.02  Tue Aug  28 2012
    BUGFIXES:
    - Minor changes in documentation

0.01  Mon Aug  27 2012
    - Original version