Skip to content

rdbtools binary to analyse redis keys using the rdb file

Notifications You must be signed in to change notification settings

saitejamc/rdbtools-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

rdbtools-alpine

Building the image

Building the image is fairly straight forward.

cd rdbtools-alpine
docker build -t rdbtools-alpine .

Running the container

To check the memory usage of each of the keys in redis

docker run --rm -it -v $PWD:/data rdbtools-alpine -c memory -f <output> <input>

About

rdbtools binary to analyse redis keys using the rdb file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published