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

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

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")
```