Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essentialkaos/redis-monitor-top
Tiny Redis client for aggregating stats from MONITOR flow
https://github.com/essentialkaos/redis-monitor-top
golang redis utility
Last synced: about 2 months ago
JSON representation
Tiny Redis client for aggregating stats from MONITOR flow
- Host: GitHub
- URL: https://github.com/essentialkaos/redis-monitor-top
- Owner: essentialkaos
- License: apache-2.0
- Created: 2017-07-05T21:30:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T14:51:26.000Z (about 2 months ago)
- Last Synced: 2024-11-19T15:47:38.540Z (about 2 months ago)
- Topics: golang, redis, utility
- Language: Go
- Homepage: https://kaos.sh/redis-monitor-top
- Size: 252 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Usage demo • Installation • Usage • CI Status • License
Tiny Redis client for aggregating stats from MONITOR flow.
### Usage demo
[![demo](https://gh.kaos.st/redis-monitor-top-100.gif)](#usage-demo)
### Installation
#### From source
To build the `redis-monitor-top` from scratch, make sure you have a working Go 1.21+ workspace (_[instructions](https://go.dev/doc/install)_), then:
```
go install github.com/essentialkaos/redis-monitor-top@latest
```#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
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-monitor-top
```#### Prebuilt binaries
You can download prebuilt binaries for Linux from [EK Apps Repository](https://apps.kaos.st/redis-monitor-top/latest).
To install the latest prebuilt version, do:
```bash
bash <(curl -fsSL https://apps.kaos.st/get) redis-monitor-top
```### Usage
### CI Status
| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/redis-monitor-top/ci.svg?branch=master)](https://kaos.sh/w/redis-monitor-top/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/redis-monitor-top/ci.svg?branch=master)](https://kaos.sh/w/redis-monitor-top/ci?query=branch:develop) |### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)