- update ioredis to version >= 5.3
- minimum nodejs version 12.x
- start rewrite code
- added new import/export type "dump-base64" which uses redis "dump" command. The binary data from the dump are base64 encoded to be able to safe them as string into a file. This allows im/export of complex hashes or strings with line breaks and so similar
- bump version to have different number as original package (if 0.3.0 might be release there with partial fixes only)
- forked from original author with some pathes applied
- switch from redis to ioredis library
- applied all other patches from Redis-Commander that are missing
- renamed to node-redis-dump2 and published on npm
latest released version from original author (node-redis-dump)