Skip to content

A tool to find redis top n keys by key serialized length

License

Notifications You must be signed in to change notification settings

shnwang/redisTopK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redisTopK

A tool to find redis top n keys by key serialized length

brief

Keys from all db are considered. This tool based on scan command, so when run against a redis which key change from time to time ,the result may be inaccurate. It is recommand to run against a static redis server.

todo

  • enable db specified from cmdline
  • enable key type specified from cmdline

build

setup correct GOPATH, run go build at root path of the project

run

Usage of ./redisTopK: -h

About

A tool to find redis top n keys by key serialized length

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages