Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 259 Bytes

File metadata and controls

18 lines (14 loc) · 259 Bytes

diffcalc

To run

npm start

How to export keys and then restore

Export

redis-cli dump nynl22:dates | perl -pe 'chomp if eof' > mykey.dump

Import

redis-cli -x restore nynl22:dates 0 < ~/Desktop/mykey.dump