freebsd-ports/databases/p5-Redis-JobQueue/pkg-plist
Ryan Steinmetz 56e41069a1 New port: databases/p5-Redis-JobQueue:
The Redis::JobQueue package is a set of Perl modules which allows creation of
a simple job queue based on Redis server capabilities.

* Supports the automatic creation of job queues, job status monitoring,
  updating the job data set, obtaining a consistent job from the queue,
  removing jobs, and the classification of possible errors.
* Contains various reusable components that can be used separately or together.
* Provides an object oriented API.
* Support of storing arbitrary job-related data structures.
* Simple methods for organizing producer, worker, and consumer clients.

WWW: https://metacpan.org/release/Redis-JobQueue
2019-12-09 00:09:54 +00:00

6 lines
224 B
Text

%%SITE_PERL%%/Redis/JobQueue.pm
%%SITE_PERL%%/Redis/JobQueue/Job.pm
%%SITE_PERL%%/Redis/JobQueue/Util.pm
%%PERL5_MAN3%%/Redis::JobQueue.3.gz
%%PERL5_MAN3%%/Redis::JobQueue::Job.3.gz
%%PERL5_MAN3%%/Redis::JobQueue::Util.3.gz