Coder Social home page Coder Social logo

redis-dump's Introduction

NAME
    Redis::Dump - It's a simple way to dump and backup data from
    redis-server

VERSION
    version 0.016

SYNOPSIS
        use Redis::Dump;
        use Data::Dumper;

        my $dump = Redis::Dump->new({ server => '127.0.0.6379', filter => 'foo' });

        print Dumper( \$dump->run );

DESCRIPTION
    It's a simple way to dump data from redis-server in JSON format or any
    format you want.

COMMAND LINE API
    This class uses MooseX::Getopt to provide a command line api. The
    command line options map to the class attributes.

METHODS
  new_with_options
    Provided by MooseX::Getopt. Parses attributes init args from @ARGV.

  run
    Perfomas the actual dump.

ATTRIBUTES
  server
    Host:Port of redis server, example: 127.0.0.1:6379.

  database
    If you want to select another database than default which is 0.

  filter
    String to filter keys stored in redis server.

  type
    If you want to get just some types of keys.

    It can be: lists, sets, hashs, strings, zsets

  showtype
    If you want to show type with key name.

  hidevalues
    Hide value of keys.

DEVELOPMENT
    Redis::Dump is a open source project for everyone to participate. The
    code repository is located on github. Feel free to send a bug report, a
    pull request, or a beer.

    <http://www.github.com/maluco/Redis-Dump>

SEE ALSO
    Redis::Dump::Restore, App::Redis::Dump, App::Redis::Dump::Restore

CREDITS
    *   Rémi Paulmier

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

    perldoc Redis::Dump

    You can also look for information at:

    *   RT: CPAN's request tracker

        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Redis-Dump>

    *   AnnoCPAN: Annotated CPAN documentation

        <http://annocpan.org/dist/Redis-Dump>

    *   CPAN Ratings

        <http://cpanratings.perl.org/d/Redis-Dump>

    *   Search CPAN

        <http://search.cpan.org/dist/Redis-Dump>

AUTHOR
    Thiago Rondon <[email protected]>

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.

redis-dump's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.