Skip to content

Releases: leonchen83/redis-replicator

v3.11.0

29 Nov 07:39

Choose a tag to compare

3.11.0

Support for redis 8.4.x.
Support for Java 25.

AOF

  1. Add support for MSETEX command.

v3.10.0

13 Oct 03:18

Choose a tag to compare

3.10.0

Support for redis 8.2.x.

AOF

  1. Add support for XACKDEL command.
  2. Add support for XDELEX command.

v3.9.0

10 Jun 03:51

Choose a tag to compare

3.9.0

Support for redis 7.4.x and 8.0.x
Fix rate limit bug.

v3.8.1

11 Dec 02:46

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

Choose a tag to compare

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

v3.7.0

02 Feb 13:02

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

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

Choose a tag to compare

3.6.4

Fix listpack decoding bug.

v3.6.3

29 Apr 13:10

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

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.