Releases: leonchen83/redis-replicator
Releases · leonchen83/redis-replicator
v2.3.1
2.3.1
add 3 commands
LTRIM
RPOPLPUSH
SORT
v2.3.0
- redis-4.0.0 rdb module_2 support
- add new RdbVisitor :
ValueIterableRdbVisitor
- fix rdb parser bugs
v2.2.0
- fully raw bytes support.
- GC friendly improvement.
v2.1.2
change log
DefaultRdbModuleParser.loadUnSigned mark deprecated. use DefaultRdbModuleParser.loadUnsigned instead
fix compile warning
fix javadoc
fix log format
v2.1.1
2.1.1
api changes :
add new commands :
swapdb,zremrangebylex,zremrangebyrank,zremrangebyscore,multi,exec
RPushXCommand value -> values (redis 4.0 compatibility)
LPushXCommand value -> values (redis 4.0 compatibility)
v2.1.0
2.1.0
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
v2.0.0-rc3
api changes
fix bugs
add test cases
v2.0.0-rc2
fix bugs
v2.0.0-rc1
support redis4.0-rc2
support ZSET_2
support module parser
fix bugs
v1.0.18
fix ssl socket bug