- RedisImp allows you to quickly and safely import data from other redis hosts
into a running redis instance or cluster.
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380
The script will take all the keys from the source 127.0.0.1:6379 and copy them into the destination 127.0.0.1:6380.
It also allows you to copy data stored in RDB files.
redisimp -s ./dump.rdb -d 127.0.0.1:6380
You can also copy only a subset of keys by using a regex pattern:
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380 --pattern '/^I\{[A-Za-z0-9_\-]+\}$/'
Or a glob style pattern:
redisimp -s 127.0.0.1:6379 -d 127.0.0.1:6380 --pattern 'I{*}'
Release files for redisimp 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| redisimp-0.3.0.tar.gz | 12.8 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| redisimp-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
| redisimp-0.3.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 40.1 kB
Release files / redisimp-0.3.0.tar.gz
| Download URL | redisimp-0.3.0.tar.gz |
|---|---|
| Size | 12.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a25d730c5a423ab798c8899780197f83003fa02c9aeb29d1533d07b0e1ff03a2
|
|
BLAKE2b-256 checksum How to use checksums |
f2440a9e44b458172071500aea0cf57c86490e6e55573ed7c77a351613286e34
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
|
Release files / redisimp-0.3.0-py3-none-any.whl
| Download URL | redisimp-0.3.0-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1bb5fa14ef2c6c091c52f5494ba05789bd6dce1430bfec729307a48c1804a320
|
|
BLAKE2b-256 checksum How to use checksums |
95126679150fa678297d457db7a98b1b7427f809ef89e97b655309a34e2815f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
|
Release files / redisimp-0.3.0-py2-none-any.whl
| Download URL | redisimp-0.3.0-py2-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
95935cb9f00043f27c698ebe3ff3f63c3a8cfe89687084685276e8e1fc66af6c
|
|
BLAKE2b-256 checksum How to use checksums |
165bc13ef8b95774000b8770bb54a272c30ef4b4f8409f76a2180b7de85e9a28
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
|