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

Add optional key prefix parameter #3

Closed pataquets closed 7 years ago

pataquets commented 7 years ago

Allows to generate keys with different key name prefixes. Useful for easily testing pattern match operations. Using colon as separator, since it's the convention everywhere in Redis key namespacing.