Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erpeng/godis-cli-bigkey
- Owner: erpeng
- License: mit
- Created: 2019-02-02T07:57:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T13:40:55.000Z (over 5 years ago)
- Last Synced: 2024-08-02T19:32:33.564Z (3 months ago)
- Topics: big-keys, go, rdb, redis-cli
- Language: Go
- Size: 62.5 KB
- Stars: 40
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)