{ "info": { "author": "mingrammer", "author_email": "mingrammer@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Terminals" ], "description": "\n# Redis Migrate\n\nSimple command line tool for redis data migration (minimal functionality)\n\nIt is useful when you're not able to use `slaveof` command (e.g. `slaveof` command is not available in ElastiCache) or should migrate from multiple redis servers to a single server.\n\n## Installation\n\n```shell\npip install redis-migrate\n```\n\n## Usage\n\n```console\n# Basic usage\nredis-migrate srchost[:port][/db] dsthost[:port][/db] [--all-keys=false] [--procs=1]\n\n# Migrate the keys from db 0 of source host to db 1 of destination host.\nredis-migrate srchost dsthost/1\n\n# If you don't want to replace existing keys, use `--no-replace` option.\nredis-migrate srchost dsthost/1 --no-replace\n\n# Migrate the entire keys from source host at 6380 port to destination host.\n# It will ignore `/db` number.\nredis-migrate srchost:6380 dsthost --all-keys\n\n# You can also set process number to use multiprocessing for speed up.\n# It works only with `--all-keys`.\nredis-migrate srchost dsthost --all-keys --procs 4\n```\n\n## License\n\nMIT\n>>>>>>> Stashed changes\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mingrammer/redis-migrate", "keywords": "redis migrate", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "redis-migrate", "package_url": "https://pypi.org/project/redis-migrate/", "platform": "", "project_url": "https://pypi.org/project/redis-migrate/", "project_urls": { "Homepage": "https://github.com/mingrammer/redis-migrate" }, "release_url": "https://pypi.org/project/redis-migrate/1.0.0/", "requires_dist": [ "click (==6.7)", "redis (==2.10.6)", "tqdm (==4.26.0)" ], "requires_python": ">=3", "summary": "A simple command line tool for redis data migration", "version": "1.0.0" }, "last_serial": 4289162, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "55491ce6921120125486f3882321047a", "sha256": "a8e53546090e910b307c81bd9e51054e9f0bad33bf7ddf00c67ae895c1198d26" }, "downloads": -1, "filename": "redis_migrate-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55491ce6921120125486f3882321047a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3", "size": 3729, "upload_time": "2018-09-19T16:05:12", "url": "https://files.pythonhosted.org/packages/89/42/e806e22102e1e558d5dbb70c0dd7c0619220a6421c2216b2d0e592f13e3a/redis_migrate-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed41dc66ce9ae0607dc7be72a06cc52e", "sha256": "eab27d09a341a1cbf1c3743018e88a0d294fc2df826ab01187e60c04e069fd0d" }, "downloads": -1, "filename": "redis-migrate-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ed41dc66ce9ae0607dc7be72a06cc52e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3846, "upload_time": "2018-09-19T16:05:13", "url": "https://files.pythonhosted.org/packages/fb/5c/4562c6a7a8caf14f7b84a7c9b900097a501c99e5da7cc9c8b537b9e65a06/redis-migrate-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "55491ce6921120125486f3882321047a", "sha256": "a8e53546090e910b307c81bd9e51054e9f0bad33bf7ddf00c67ae895c1198d26" }, "downloads": -1, "filename": "redis_migrate-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55491ce6921120125486f3882321047a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3", "size": 3729, "upload_time": "2018-09-19T16:05:12", "url": "https://files.pythonhosted.org/packages/89/42/e806e22102e1e558d5dbb70c0dd7c0619220a6421c2216b2d0e592f13e3a/redis_migrate-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed41dc66ce9ae0607dc7be72a06cc52e", "sha256": "eab27d09a341a1cbf1c3743018e88a0d294fc2df826ab01187e60c04e069fd0d" }, "downloads": -1, "filename": "redis-migrate-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ed41dc66ce9ae0607dc7be72a06cc52e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3846, "upload_time": "2018-09-19T16:05:13", "url": "https://files.pythonhosted.org/packages/fb/5c/4562c6a7a8caf14f7b84a7c9b900097a501c99e5da7cc9c8b537b9e65a06/redis-migrate-1.0.0.tar.gz" } ] }