Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 632 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 632 Bytes

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