-
-
15 Sep 2009 20:14:08 UTC
- Distribution: KiokuDB-Backend-Redis
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (459 / 94 / 0)
- Kwalitee
Bus factor: 0- 50.00% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (15.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- KiokuDB
- Redis
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
KiokuDB::Backend::Redis - Redis backend for KiokuDB
SYNOPSIS
use KiokuDB::Backend::Redis; my $kiokudb = KiokuDB->connect('Redis:server=127.0.0.1;debug=1); ...
DESCRPTION
This is a KiokuDB backend for Redis, a self proclaimed data structures server. It is rather embryonic, but passes the tests. I expect to expand it as I explore Redis and KiokuDB.
SEE ALSO
http://code.google.com/p/redis/
AUTHOR
Cory G Watson,
<gphat at cpan.org>
COPYRIGHT & LICENSE
Copyright 2009 Cory G Watson.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
Module Install Instructions
To install KiokuDB::Backend::Redis, copy and paste the appropriate command in to your terminal.
cpanm KiokuDB::Backend::Redis
perl -MCPAN -e shell install KiokuDB::Backend::Redis
For more information on module installation, please visit the detailed CPAN module installation guide.