Skip to content

essentialkaos/redis-cli-monitor

GitHub Actions CI Status GoReportCard codebeat badge GitHub Actions CodeQL Status

Usage demoInstallationUsageCI StatusLicense


Tiny Redis client for renamed MONITOR commands.

Usage demo

demo

Installation

From source

To build the redis-cli-monitor from scratch, make sure you have a working Go 1.20+ workspace (instructions), then:

go install github.com/essentialkaos/redis-cli-monitor@latest
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install redis-cli-monitor

Prebuilt binaries

You can download prebuilt binaries for Linux and macOS from EK Apps Repository.

To install the latest prebuilt version, do:

bash <(curl -fsSL https://apps.kaos.st/get) redis-cli-monitor

Usage

CI Status

Branch Status
master CI
develop CI

License

Apache License, Version 2.0