Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erpeng/godis-cli-bigkey

find big keys in redis
https://github.com/erpeng/godis-cli-bigkey

big-keys go rdb redis-cli

Last synced: 7 days ago
JSON representation

find big keys in redis

Awesome Lists containing this project

README

        

# godis-cli-bigkey
find big keys in redis using rdb file
# usage
copy rdb file to project root,then execute

go run godis-cli-bigkey.go

you can use -h to find other options

go run godis-cli-bigkey.go -h

-debug
open debug mode
-topn int
output topn keys (default 100)
-totallen
get total len (key and meta) or only value len (default true)