A simple command line tool for redis data migration
Project description
Redis Migrate
Simple command line tool for redis data migration (minimal functionality)
It 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.
Installation
pip install redis-migrate
Usage
# Basic usage
redis-migrate srchost[:port][/db] dsthost[:port][/db] [--all-keys=false] [--procs=1]
# Migrate the keys from db 0 of source host to db 1 of destination host.
redis-migrate srchost dsthost/1
# If you don't want to replace existing keys, use `--no-replace` option.
redis-migrate srchost dsthost/1 --no-replace
# Migrate the entire keys from source host at 6380 port to destination host.
# It will ignore `/db` number.
redis-migrate srchost:6380 dsthost --all-keys
# You can also set process number to use multiprocessing for speed up.
# It works only with `--all-keys`.
redis-migrate srchost dsthost --all-keys --procs 4
License
MIT
Stashed changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redis-migrate-1.0.0.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file redis-migrate-1.0.0.tar.gz
.
File metadata
- Download URL: redis-migrate-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eab27d09a341a1cbf1c3743018e88a0d294fc2df826ab01187e60c04e069fd0d |
|
MD5 | ed41dc66ce9ae0607dc7be72a06cc52e |
|
BLAKE2b-256 | fb5c4562c6a7a8caf14f7b84a7c9b900097a501c99e5da7cc9c8b537b9e65a06 |
File details
Details for the file redis_migrate-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: redis_migrate-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8e53546090e910b307c81bd9e51054e9f0bad33bf7ddf00c67ae895c1198d26 |
|
MD5 | 55491ce6921120125486f3882321047a |
|
BLAKE2b-256 | 8942e806e22102e1e558d5dbb70c0dd7c0619220a6421c2216b2d0e592f13e3a |