{"id":27941251,"url":"https://github.com/editd/redis_data_transfer","last_synced_at":"2025-05-07T10:38:50.655Z","repository":{"id":38332106,"uuid":"252737850","full_name":"EDITD/redis_data_transfer","owner":"EDITD","description":"A simple tool to transfer data between Redis servers or clusters.","archived":false,"fork":false,"pushed_at":"2022-12-09T06:39:08.000Z","size":57,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-12T13:57:20.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EDITD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-03T13:20:36.000Z","updated_at":"2022-11-01T09:19:26.000Z","dependencies_parsed_at":"2023-01-25T17:01:34.448Z","dependency_job_id":null,"html_url":"https://github.com/EDITD/redis_data_transfer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EDITD%2Fredis_data_transfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EDITD%2Fredis_data_transfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EDITD%2Fredis_data_transfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EDITD%2Fredis_data_transfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EDITD","download_url":"https://codeload.github.com/EDITD/redis_data_transfer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252861288,"owners_count":21815651,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T10:38:47.728Z","updated_at":"2025-05-07T10:38:50.647Z","avatar_url":"https://github.com/EDITD.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/EDITD/redis_data_transfer.svg?branch=master)](https://travis-ci.org/EDITD/redis_data_transfer)\n[![Pypi Version](https://img.shields.io/pypi/v/redis_data_transfer.svg)](https://pypi.org/project/redis_data_transfer/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/redis_data_transfer.svg)](https://pypi.org/project/redis_data_transfer/)\n\n# Redis data transfer tool\n\nAn easy-to-use tool to transfer data between redis servers or clusters.\n\n### Installation\n```pip install redis-data-transfer```\n\n### Usage\n\nThe command line structure is quite simple:\n```redis-data-transfer [options] your.source.server your.destination.server```\n\nFor details about the options available:\n```redis-data-transfer --help```\n\n### Concepts\n\nThe implementation is made around a pipeline system with queues and subprocesses. The user can\ncontrol the number of parallel subprocesses for each step of the pipeline:\n* A single scanner reads all keys from the source.\n* Checkers look in the destination and filter out any key that already exists. They can be disabled\n  if desired.\n* Readers fetch the content of each key from the source.\n* Writers store the content for each key in the destination.\n\n\n## Development\n\nThe code is [hosted on github](https://github.com/EDITD/redis_data_transfer).\nThe repository uses [poetry](https://python-poetry.org/) for packaging.\nThe project uses [tox](https://tox.wiki/en/latest/) for testing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditd%2Fredis_data_transfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feditd%2Fredis_data_transfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feditd%2Fredis_data_transfer/lists"}