/[Redis.pre-github]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations)
Sun Mar 22 18:05:12 2009 UTC (15 years ago) by dpavlin
File size: 888 byte(s)
fix boilerplate texts
1 Redis
2
3 Perl binding for Redis database which is in-memory hash store with
4 support for scalars, arrays and sets and disk persistence.
5
6 INSTALLATION
7
8 To install this module, run the following commands:
9
10 perl Makefile.PL
11 make
12 make test
13 make install
14
15 SUPPORT AND DOCUMENTATION
16
17 After installing, you can find documentation for this module with the
18 perldoc command.
19
20 perldoc Redis
21
22 You can also look for information at:
23
24 RT, CPAN's request tracker
25 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Redis
26
27 AnnoCPAN, Annotated CPAN documentation
28 http://annocpan.org/dist/Redis
29
30 CPAN Ratings
31 http://cpanratings.perl.org/d/Redis
32
33 Search CPAN
34 http://search.cpan.org/dist/Redis
35
36
37 COPYRIGHT AND LICENCE
38
39 Copyright (C) 2009 Dobrica Pavlinusic
40
41 This program is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43

  ViewVC Help
Powered by ViewVC 1.1.26