Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```