0be2420fb9f6672b413f36d06c267382f3646f0f
[perl-Redis.git] / README
1 *** NOTICE ***
2
3 This is a modified version of the Redis module from CPAN.  It's what's
4 currently in use at Craigslist for our Redis work.
5
6 My goal is to share our work in the hopes of having it included back
7 into the main distribution.
8
9 See MyChanges.txt for details on how this differs from that module.
10
11 For details, please contact:
12
13   Jeremy Zawodny
14   Jeremy@Zawodny.com
15   http://blog.zawodny.com/
16
17 *** NOTICE ***
18
19 Redis
20
21 Perl binding for Redis database which is in-memory hash store with
22 support for scalars, arrays and sets and disk persistence.
23
24 INSTALLATION
25
26 To install this module, run the following commands:
27
28         perl Makefile.PL
29         make
30         make test
31         make install
32
33 SUPPORT AND DOCUMENTATION
34
35 After installing, you can find documentation for this module with the
36 perldoc command.
37
38     perldoc Redis
39
40 You can also look for information at:
41
42     RT, CPAN's request tracker
43         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Redis
44
45     AnnoCPAN, Annotated CPAN documentation
46         http://annocpan.org/dist/Redis
47
48     CPAN Ratings
49         http://cpanratings.perl.org/d/Redis
50
51     Search CPAN
52         http://search.cpan.org/dist/Redis
53
54
55 COPYRIGHT AND LICENCE
56
57 Copyright (C) 2009 Dobrica Pavlinusic
58
59 This program is free software; you can redistribute it and/or modify it
60 under the same terms as Perl itself.
61