Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/southpolesteve/redis-cp
https://github.com/southpolesteve/redis-cp
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/southpolesteve/redis-cp
- Owner: southpolesteve
- Created: 2016-12-20T00:04:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-20T00:10:28.000Z (about 8 years ago)
- Last Synced: 2024-11-10T08:39:22.911Z (2 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# redis-cp
Copying data to and from hosted redis instances can be challenging. Many common methods for this task are made unavailable by service providers such as AWS ElasticCache and Redis Labs. This tool uses `dump` and `restore` commands to copy data from once instance to another.
Inspired by https://github.com/stickermule/rump which is very similar but written in Go as not configurable.
## usage
```
Usage: redis-cp [options]Options:
-m, --match A pattern to match when scanning keys [string]
-c, --count Approximate number of keys for redis to return per iteration [number]
--help Show help [boolean]
```