All Projects → smallnest → rediscopy

smallnest / rediscopy

Licence: Apache-2.0 license
copy redis requests to other servers

Programming Languages

go
31211 projects - #10 most used programming language

rediscopy

通过抓取网卡数据实现redis流量的简单复制。它类似TCPCopy,但是在应用层对redis协议进行了解析,并将redis数据转发到另外的服务器上。

它可以实时抓取,也可以读取tcpdump等工具抓取的离线包。

比如:

go run . -f "proxy.pcap" -addr "127.0.0.1:9528" -d
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].