Categorygithub.com/essentialkaos/redis-latency-monitor
repositorypackage
3.2.3+incompatible
Repository: https://github.com/essentialkaos/redis-latency-monitor.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GitHub Actions CI Status GoReportCard codebeat badge GitHub Actions CodeQL Status

Usage demoInstallationUsageCI StatusLicense


Tiny Redis client for latency measurement. Utility show PING command latency or connection latency in milliseconds (one thousandth of a second).

Usage demo

demo

Installation

From source

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

go install github.com/essentialkaos/redis-latency-monitor@latest

From ESSENTIAL KAOS Public Repository

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-latency-monitor

Prebuilt binaries

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

Usage

CI Status

BranchStatus
masterCI
developCI

License

Apache License, Version 2.0