New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcopy

0.1.0
Version published
Maintainers
1
Created

Rcopy

Copy redis databases from one host/db to another.

Installation

Add this line to your application's Gemfile:

gem 'rcopy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rcopy

Usage

To copy a single redis db: Rcopy::Copier.new(Redis.new(...)).copy_to(Redis.new(...))

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/omadahealth/rcopy.

FAQs

Package last updated on 16 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts