a-kr / redis-monitor-replication

Replicate Redis command stream from one instance to another

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-monitor-replication

Replicates stream of Redis commands from MONITOR output to another Redis instance.

Build:

go build

Usage:

redis-cli -h redis1 monitor | ./redis-monitor-replication -h redis2 -log

About

Replicate Redis command stream from one instance to another


Languages

Language:Go 100.0%