NAME
CHI::Driver::Redis - CHI Driver for Redis
SYNOPSIS
use CHI::Driver::Redis;
my $foo = CHI::Driver::Redis->new(driver => 'Redis');
...
DESCRIPTION
This cache driver uses Redis as a backend for storing data.
AUTHOR
Cory G Watson, <gphat at cpan.org>
COPYRIGHT & LICENSE
Copyright 2009 Cold Hard Code, LLC.
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.