Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

A simple tool to import a JSON file into redis. Used for importing blacklists

License

Notifications You must be signed in to change notification settings

hongkongkiwi/node-Redis-JSON-Importner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis JSON Importer

Simple node script designed to import json files from redis-rdb-tools.

It reads a JSON file and re-imports the data based on a few assumptions about the structure.

The following formats are read:

  • SET - {'key':'value'}
  • HSET {'hashkey':{'key':'value'}}
  • SADD {'setname': {'value': true}}
  • ZADD (COMING SOON!)

Export features will also be coming soon :-)

License

redis-json-importer is licensed under the MIT License. See LICENSE

Maintained By

Andy Savage : @honkongkiwi

About

A simple tool to import a JSON file into redis. Used for importing blacklists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published