Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quaelin/redis-key-summary
- Owner: quaelin
- Created: 2016-04-15T22:14:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T22:59:53.000Z (over 1 year ago)
- Last Synced: 2024-10-08T09:52:04.525Z (3 months ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.