Home > p5_redis_schema

p5_redis_schema

P5_redis_schema is a project mainly written in ..., it's free.

This is Perl module Redis::Schema.

INSTALLATION

Redis::Schema installation is straightforward. If your CPAN shell is set up, you should just be able to do

% cpan Redis::Schema

Download it, unpack it, then build it as per the usual:

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

Redis::Schema documentation is available as in POD. So you can do:

% perldoc Redis::Schema

to read the documentation online with your favorite pager.

Hiroyuki Yamanaka