https://github.com/ty4z2008/find-bigkeys
redis tools. find big keys in redis
https://github.com/ty4z2008/find-bigkeys
redis redis-cli
Last synced: 2 months ago
JSON representation
redis tools. find big keys in redis
- Host: GitHub
- URL: https://github.com/ty4z2008/find-bigkeys
- Owner: ty4z2008
- Created: 2020-01-15T01:43:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T16:40:23.000Z (over 6 years ago)
- Last Synced: 2025-02-25T11:47:39.096Z (over 1 year ago)
- Topics: redis, redis-cli
- Language: Go
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# find-bigkeys
redis tools. find big keys in redis
# requirement
go 1.11+
Usage:
```bash
___ ___ __ __
/ _ \___ ___/ (_)__ / /____ ___ / /__
/ , _/ -_) _ / (_-< / __/ _ \/ _ \/ (_-<
/_/|_|\__/\_,_/_/___/ \__/\___/\___/_/___/ 0.0.1
Usage:
-db int
redis db (default 0)
-p string
redis password (default is empty)
-url string
redis server url (default "localhost:6379")
```