-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
83 lines (59 loc) · 2.34 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
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.