Skip to content

Releases: leonchen83/redis-replicator

v3.8.1

11 Dec 02:46
Compare
Choose a tag to compare

3.8.1

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

v3.8.0

16 Aug 03:05
Compare
Choose a tag to compare

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

v3.7.0

02 Feb 13:02
Compare
Choose a tag to compare

3.7.0

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

v3.6.5

04 Jan 03:43
Compare
Choose a tag to compare

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

01 May 06:09
Compare
Choose a tag to compare

3.6.4

Fix listpack decoding bug.

v3.6.3

29 Apr 13:10
Compare
Choose a tag to compare

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

01 Mar 13:26
Compare
Choose a tag to compare

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

17 Feb 07:24
Compare
Choose a tag to compare

3.6.1

Convert Timestamp annotations to unix timestamp.

v3.6.0

01 Feb 11:37
Compare
Choose a tag to compare

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

07 Jul 03:45
8ef909b
Compare
Choose a tag to compare

v3.5.5

Optimize DumpRdbValueVisitor memory usage.