summaryrefslogtreecommitdiff
path: root/databases/p5-Redis-JobQueue/pkg-descr
blob: d19caeb41d0bd18106f8b7f1ac3694892677fd79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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.