Redis Replicator Versions Save

Redis replication tool. support sync, psync, psync2. can parse rdb, aof, mixed rdb and aof files. support redis-7.2

v3.8.1

5 months ago

3.8.1

Fix full sync offset bug. this bug could cause losing data in reconnection
Support for java 21.

v3.8.0

9 months ago

v3.8.0 Support for redis 7.2 Support for rdb v11.

v3.7.0

1 year ago

3.7.0

Add support SCAN mode to instead of PSYNC command in some cloud services.

v3.6.5

1 year ago

3.6.5

Upgrade slf4j-api to 2.0.6.
Upgrade test dependency jedis to 4.3.1.
Upgrade example MigrationExample.
Add cookie to Event.Context class.
Fix Lzf compress bug.

v3.6.4

2 years ago

3.6.4

Fix listpack decoding bug.

v3.6.3

2 years ago

3.6.3

Redis 7.0-GA RDB_OPCODE_FUNCTION2 support.

  1. Deprecate name, engineName, description properties in Function class.
  2. Deprecate libraryName, engineName, description properties in FunctionLoadCommand class.

v3.6.2

2 years ago

3.6.2

Fix BaseRdbEncoder.rdbSaveLen bug.
Redis 7.0-RC2 support.

RDB

  1. Add support for Rdb event RDB_TYPE_STREAM_LISTPACKS_2.
  2. DumpRdbValueVisitor support downgrade RDB_TYPE_STREAM_LISTPACKS_2 to RDB_TYPE_STREAM_LISTPACKS.

AOF

  1. XGROUP CREATE and SETID: new ENTRIESREAD optional argument.
  2. XSETID new ENTRIESADDED and MAXDELETEDID optional arguments.

v3.6.1

2 years ago

3.6.1

Convert Timestamp annotations to unix timestamp.

v3.6.0

2 years ago

3.6.0

Add support for Jdk 17.

Add support for Redis 7.0.

RDB

  1. Add support for Rdb event RDB_OPCODE_FUNCTION.
  2. Add support for Rdb event RDB_TYPE_HASH_LISTPACK.
  3. Add support for Rdb event RDB_TYPE_ZSET_LISTPACK.
  4. Add support for Rdb event RDB_TYPE_LIST_QUICKLIST_2.

AOF

  1. Add support for SPUBLISH command.
  2. Add support for FUNCTION LOAD command.
  3. Add support for FUNCTION FLUSH command.
  4. Add support for FUNCTION DELETE command.
  5. Add support for FUNCTION RESTORE command.
  6. Add support for Timestamp annotations parser.

Bug fix.

Fix ValueIterableEventListener NPE bug.

v3.5.5

2 years ago

v3.5.5

Optimize DumpRdbValueVisitor memory usage.