{"library":"node-redis-dump2","type":"library","category":null,"description":"Backup and restore Redis data using Node.js. This package version 0.6.0 is a maintained fork of node-redis-dump (originally by Dmitriy Yurchenko) that applies bugfixes and security updates. It works with ioredis client and supports export/import of Redis keys in various formats (redis, json). Release cadence is low; no recent updates. Key differentiator: it provides a simple dump/restore mechanism for Redis, but does not support Redis streams or binary data in 'redis' type.","language":"javascript","status":"active","version":"0.6.0","tags":["javascript","redis","dump","restore","export","import"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install node-redis-dump2","imports":["const RedisDump = require('node-redis-dump2')","let dump = new RedisDump({...}); dump.connect(); dump.export({type:'redis', callback: fn});","let dump = new RedisDump({client: redisClient}); // then export/import"]},{"cmd":"yarn add node-redis-dump2","imports":[]},{"cmd":"pnpm add node-redis-dump2","imports":[]}],"homepage":"https://github.com/sseide/node-redis-dump#readme","github":"ssh://git@github.com/sseide/node-redis-dump","docs":null,"changelog":null,"pypi":null,"npm":"node-redis-dump2","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}