Skip to content

A tool for visualization and monitoring Redis cluster realtime

License

Notifications You must be signed in to change notification settings

quocanh1897/redat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redat is a tool for visualize Redis-cluster on terminal

Features:

  • Visualize master-replicas relations in the Redis cluster
  • Monitor with metrics: memory, cluster's stats,

Configuration

  • clusterIps: list of nodes' ip in the cluster
  • clusterPorts: corresponding port of each ip

E.g:

cluster:
  clusterIps: ['127.0.0.1','127.0.0.1','127.0.0.1','127.0.0.1','127.0.0.1','127.0.0.1']
  clusterPorts: ['7001','7002','7003','7004','7005', '7000']

Getting started

go mod vendor
go run redat.go

License

MIT

About

A tool for visualization and monitoring Redis cluster realtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages