Redis::Dump

It's a simple way to dump and backup data from redis-server
Download

Redis::Dump Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Thiago Rondon
  • Publisher web site:
  • http://search.cpan.org/~tbr/

Redis::Dump Tags


Redis::Dump Description

It's a simple way to dump and backup data from redis-server Redis::Dump is a Perl module that provides a simple way to dump data from redis-server in JSON format or any format you want.SYNOPSIS use Redis::Dump; use Data::Dumper; my $dump = Redis::Dump->new({ server => '127.0.0.6379', filter => 'foo' }); print Dumper( \$dump->run ); Requirements: · Perl


Redis::Dump Related Software