Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quaelin/redis-key-summary

Experimental Node.js utility to sample random redis keys and build a summary of key patterns
https://github.com/quaelin/redis-key-summary

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# redis-key-summary

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

Example:
```sh
node summarize.js -h 127.0.0.1 -p 6379 -n 10000
```

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