https://github.com/bmlt-enabled/diffcalc
https://github.com/bmlt-enabled/diffcalc
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmlt-enabled/diffcalc
- Owner: bmlt-enabled
- Created: 2015-12-28T05:16:30.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2026-01-23T18:04:40.000Z (5 months ago)
- Last Synced: 2026-01-23T18:48:19.288Z (5 months ago)
- Language: EJS
- Homepage: https://cleantime.live
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diffcalc
### To run
```shell
npm start
```
### How to export keys and then restore
_Export_
```shell
redis-cli dump nynl22:dates | perl -pe 'chomp if eof' > mykey.dump
```
_Import_
```shell
redis-cli -x restore nynl22:dates 0 < ~/Desktop/mykey.dump
```