SaminOz / redis-random-data-generator

Generate and insert random values into a redis instance from the command line
ISC License
12 stars 0 forks source link

redis-random-data-generator

In working for another NPM project I needed to populate a redis instance with a bunch of random data. I found the redis pipe command wasn't working so well so I made this script to facilitate the process.

Generator.js - quickly add random data to a redis instance.

Basic Usage:

node generator.js <type> <qty> [<key_prefix>]