Skip to content

v2.1.0

Compare
Choose a tag to compare
@leonchen83 leonchen83 released this 06 Apr 13:29
· 798 commits to master since this release

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