/redis-monitor-replication

Replicate Redis command stream from one instance to another

Primary LanguageGo

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