1.1.0 • Published 4 years ago

transdis v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

NPM Version NPM License NPM Downloads

Transdis

Transdis is a utility to migrate data between Redis instances, with TLS support.

Installation

Use yarn or npm to install Transdis.

yarn add transdis

npm install transdis

Usage

import transdis from 'transdis'

const source = {
  host: '<source_instance_host>',
  port: 6379,
}

const destination = {
  host: '<destination_instance_host>',
  port: 6379,
  tls: {},
}

const opts = {}

transdis.migrate(source, destination, opts)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago