The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.