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

https://github.com/bmlt-enabled/diffcalc


https://github.com/bmlt-enabled/diffcalc

Last synced: 4 days ago
JSON representation

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