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

NAME

Catalyst::Model::Redis - Redis Model Class

VERSION

0.01

SYNOPSIS

    create model Redis Redis -- --host localhost --port 6379 --utf8

USAAGE

You can specify following configuration options:

--host hostname
--port port
--database db
--password password
--lazy
--utf8

See description of options in RedisDB documentation.

$self->mk_compclass

Creates model class

$self->mk_comptest

creates test for model class

SEE ALSO

Catalyst, RedisDB

BUGS

Please report any bugs or feature requests via GitHub bug tracker at http://github.com/trinitum/perl-Catalyst-Model-Redis/issues.

AUTHOR

Pavel Shaydo <zwon at cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2012 Pavel Shaydo

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.