quaelin / redis-key-summary

Experimental Node.js utility to sample random redis keys and build a summary of key patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-key-summary

A Node.js utility that randomly samples redis keys and provides a summary of key patterns.

Example:

  node summarize.js -h 127.0.0.1 -p 6379 -n 10000

Outputs a JSON object showing numeric breakdown of keys by prefix.

About

Experimental Node.js utility to sample random redis keys and build a summary of key patterns


Languages

Language:JavaScript 100.0%