Skip to content

Releases: leonchen83/redis-replicator

v2.5.0

09 Feb 02:48
Compare
Choose a tag to compare

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

21 Jan 06:00
Compare
Choose a tag to compare

2.4.7

Add new command : EVALSHA.
Add ReplicatorRetirer.

v2.4.6

25 Dec 13:07
Compare
Choose a tag to compare

2.4.6

Add a new RdbVisitor : SkipRdbVisitor.
Fix serializable bug.

v2.4.5

08 Nov 06:57
Compare
Choose a tag to compare

2.4.5

Fix PSYNC2 bug.
Fix repl-stream-db bug.

v2.4.4

24 Oct 14:42
Compare
Choose a tag to compare

2.4.4

Fix ByteArrayMap serialize bug.

v2.4.3

01 Oct 13:03
Compare
Choose a tag to compare

2.4.3

fix multi thread close bug.
fix restore command bug.

v2.4.2

24 Sep 03:09
Compare
Choose a tag to compare

2.4.2

fix Replicator.open IOException bug

v2.4.1

13 Sep 08:46
Compare
Choose a tag to compare

2.4.1

add Replicator.getStatus.
fix close replicator bug.

v2.4.0

08 Sep 10:20
Compare
Choose a tag to compare

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

14 Aug 12:01
Compare
Choose a tag to compare

rate limit support