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

https://github.com/nissy/mgr

mgr is redis migrations command.
https://github.com/nissy/mgr

redis

Last synced: about 2 months ago
JSON representation

mgr is redis migrations command.

Awesome Lists containing this project

README

          

# mgr
mgr is redis migrations command.

### config

mgr.yaml

```yaml
to_redis:
- source_file: "dump.rdb"
address: "localhost:6379"
migrates:
- source_db: 0
to_db: 1
- source_db: 1
to_db: 2
- source_db: 2
to_db: 3
```