Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahton89/r2s
one more redis hashes cloning utility
https://github.com/ahton89/r2s
clone hash redis utility
Last synced: 18 days ago
JSON representation
one more redis hashes cloning utility
- Host: GitHub
- URL: https://github.com/ahton89/r2s
- Owner: Ahton89
- Created: 2018-07-03T07:02:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T18:22:55.000Z (about 5 years ago)
- Last Synced: 2023-09-28T16:36:58.376Z (over 1 year ago)
- Topics: clone, hash, redis, utility
- Language: Go
- Homepage:
- Size: 3.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r2s
[![Build Status](https://travis-ci.org/Ahton89/r2s.svg?branch=master)](https://travis-ci.org/Ahton89/r2s)Tool for copy hashes from redis to redis
## Usage
### Run
#### Options
```
Usage of ./r2s:
-h --help Print help information
-p --production Redis production node
-s --sandbox Redis sandbox node
-i --production-db Redis production db . Default: 0
-o --sandbox-db Redis sandbox db . Default: 0
-d --debug Enable debug mode
```#### Example
```
./r2s_darwin_64 -p 127.0.0.1:6379 -i 3 -s 127.0.0.1:6379 -o 4
```