node-redis-dump
JSON →A Node.js library for backing up and restoring Redis data by exporting keys and values. The current version is 0.2.1, last updated in 2014, with no recent releases. It relies on the redis npm package and operates by connecting to a Redis instance and scanning keys. The library provides a simple API to dump all data to a format that can be re-imported. Unlike more modern tools like redis-dump-go or redis-commander's export, this package is outdated, not actively maintained, and uses callbacks without promise support.
Resources
packagenode-redis-dump ↗