Metadata-Version: 2.1
Name: redis-data-transfer
Version: 1.0.1
Summary: Transfer data between a redis instances or clusters
Home-page: https://github.com/EDITD/redis_data_transfer
License: MIT
Author: EDITED Devs
Author-email: dev@edited.com
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Dist: redis-py-cluster (>=2.0.0,<2.1.0)
Requires-Dist: setproctitle (>=1.1.10,<1.2.0)
Project-URL: Repository, https://github.com/EDITD/redis_data_transfer
Description-Content-Type: text/markdown

[![Build Status](https://travis-ci.org/EDITD/redis_data_transfer.svg?branch=master)](https://travis-ci.org/EDITD/redis_data_transfer)
[![Pypi Version](https://img.shields.io/pypi/v/redis_data_transfer.svg)](https://pypi.org/project/redis_data_transfer/)	[![Pypi Version](https://img.shields.io/pypi/v/redis_data_transfer.svg)](https://pypi.org/project/redis_data_transfer/)
[![Python Versions](https://img.shields.io/pypi/pyversions/redis_data_transfer.svg)](https://pypi.org/project/redis_data_transfer/)

# Redis data transfer tool

An easy-to-use tool to transfer data between redis servers or clusters.

### Installation
```pip install redis-data-transfer```

### Usage

The command line structure is quite simple:
```redis-data-transfer [options] your.source.server your.destination.server```

For details about the options available:
```redis-data-transfer --help```


## Development

The code is [hosted on github](https://github.com/EDITD/redis_data_transfer)
The repository uses [poetry](https://python-poetry.org/) for packaging.

