
KiokuDB::Backend::Redis - Redis backend for KiokuDB

use KiokuDB::Backend::Redis;
my $kiokudb = KiokuDB->connect('Redis:server=127.0.0.1;debug=1);
...

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.

http://code.google.com/p/redis/

Cory G Watson, <gphat at cpan.org>

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.