NAME
    ReRe - Simple Redis Rest Interface

VERSION
    version 0.013

DESCRIPTION
    ReRe is a simple redis rest interface write in Perl and Mojolicious,
    with some features like:

    Access your Redis database directly from Javascript.
    Config file for store users and access control list.
    REST interface to make your life more easy in some world.
    Support to run as daemon (simple web-service), CGI, FastCGI or PSGI.
    Simple to install and use

    More information, you can read in <http://www.rere.com.br>.

METHODS
  start
    Start ReRe.

  process
    Process the request to redis server.

SUPPORT
    You can find documentation for this module with the perldoc command.

    perldoc ReRe perldoc ReRe::Config perldoc ReRe::Server perldoc
    ReRe::User

    You can also look for information at:

    *   RT: CPAN's request tracker

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=ReRe>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/ReRe>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/ReRe>

    *   Search CPAN

        <http://search.cpan.org/dist/ReRe>

AUTHOR
    Thiago Rondon <thiago@nsms.com.br>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2011 by Thiago Rondon.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

