Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 654 Bytes

Redis Top

Redistop uses MONITOR to watch Valkey commands and shows per command and per host statistics.

Because MONITOR streams back all commands, its use comes at a cost.

Redistop uses INFO command too.

"Redis stop" means "Say stop again" in french, and it's hard to find a new joke with Valkey.

Example

Redis Top screenshot

Build

If you have recent golang dev enironment set, you can build it with the Makefile

make

If you need a Linux compilation, or juste using Docker:

make docker-build

License

GPL v3