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.
- Host: GitHub
- URL: https://github.com/nissy/mgr
- Owner: nissy
- Created: 2019-09-25T07:26:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T09:44:16.000Z (over 6 years ago)
- Last Synced: 2025-06-22T08:43:57.397Z (12 months ago)
- Topics: redis
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```