Skip to content

TrackingSoft/Redis-JobQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis::JobQueue package version 1.19
====================================

The Redis::JobQueue package is a set of Perl modules which provides a
simple job queue with Redis server capabilities.

The Redis::JobQueue package was written, tested, and found working on
recent Linux distributions.

INSTALLATION

To install this package type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

In order to install and use this package you will need Perl version
5.010 or better. Some modules within this package depend on other
packages that are distributed separately from Perl. We recommend that
you have the following packages installed before you install
Redis::JobQueue :

   Data::UUID
   Digest::SHA1
   List::MoreUtils
   Mouse
   Params::Util
   Redis
   Storable
   Try::Tiny

The Redis::JobQueue package has the following optional dependencies:

   Net::EmptyPort
   Test::Deep
   Test::Exception
   Test::NoWarnings
   Test::RedisServer

If the optional modules are missing, some "prereq" tests are skipped.

The installation of the missing dependencies can either be accomplished
through your OS package manager or through CPAN (or downloading the source
for all dependencies and compiling them manually).

TESTING

You need to have a running Redis instance before launching the test.

DOCUMENTATION

Every Redis::JobQueue package module has a man page.
A simple description of each module is included below in the SEE ALSO section.

SOURCE CODE
Redis::JobQueue is hosted on GitHub:
https://github.com/TrackingSoft/Redis-JobQueue

SEE ALSO

The basic operation of the Redis::JobQueue package modules:

   Redis::JobQueue      - Object interface for creating and executing jobs
                          queues, as well as monitoring the status and results
                          of jobs
   Redis::JobQueue::Job - Object interface for creating and manipulating jobs
   Redis::JobQueue::Util - String manipulation utilities

COPYRIGHT AND LICENCE

Copyright (C) 2012-2016 by TrackingSoft LLC.

This package is free software; you can redistribute it and/or modify it under
the same terms as Perl itself. See perlartistic at
http://dev.perl.org/licenses/artistic.html .

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.