redis-replicator 2.1.0 发布了。
Redis Replicator是一款rdb解析以及命令解析的工具.
支持sync,psync,psync2等三种同步命令. 还支持远程rdb文件备份以及数据同步等功能.
本次更新如下:
api changes :
RdbVisitor interface -> abstract
ReplicatorListener.addRdbRawByteListener -> ReplicatorListener.addRawByteListener
ReplicatorListener.removeRdbRawByteListener -> ReplicatorListener.removeRawByteListener
command changes :
ZIncrByCommand.increment int -> double
SetTypeOffsetValue.value int -> long
SetRangeCommand.index int -> long
SetBitCommand.offset int -> long
LSetCommand.index int -> long
LRemCommand.index int -> long
IncrByTypeOffsetIncrement.increment int -> long
IncrByCommand.value int -> long
HIncrByCommand.increment int -> long
DecrByCommand.value int -> long
fix bugs
项目地址:
github:https://github.com/leonchen83/redis-replicator
相关链接