Releases: leonchen83/redis-replicator
Releases · leonchen83/redis-replicator
v2.5.0
2.5.0
Add ValueIterableRdbListener
to handle huge kv.
Add DefaultCommand
and DefaultCommandParser
to handle raw command.
Add DumpRdbVisitor
and DumpKeyValuePair
to convert rdb to dump
format.
v2.4.7
2.4.7
Add new command : EVALSHA
.
Add ReplicatorRetirer
.
v2.4.6
2.4.6
Add a new RdbVisitor : SkipRdbVisitor
.
Fix serializable bug.
v2.4.5
2.4.5
Fix PSYNC2 bug.
Fix repl-stream-db bug.
v2.4.4
2.4.4
Fix ByteArrayMap serialize bug.
v2.4.3
2.4.3
fix multi thread close
bug.
fix restore
command bug.
v2.4.2
2.4.2
fix Replicator.open
IOException bug
v2.4.1
2.4.1
add Replicator.getStatus
.
fix close replicator bug.
v2.4.0
2.4.0 change log
add RedisSocketReplicator.getStatus
.
add constructor RedisReplicator(String uri)
.
redis uri support.
diskless replication support.
fix offset bug. only add heart beat offset after event consumed.
v2.3.2
rate limit support