Releases: leonchen83/redis-replicator
Releases · leonchen83/redis-replicator
v3.11.0
v3.10.0
3.10.0
Support for redis 8.2.x.
AOF
- Add support for
XACKDELcommand. - Add support for
XDELEXcommand.
v3.9.0
3.9.0
Support for redis 7.4.x and 8.0.x
Fix rate limit bug.
v3.8.1
3.8.1
Fix full sync offset bug. this bug could cause losing data in reconnection
Support for java 21.
v3.8.0
v3.8.0
Support for redis 7.2
Support for rdb v11.
v3.7.0
3.7.0
Add support SCAN mode to instead of PSYNC command in some cloud services.
v3.6.5
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
3.6.4
Fix listpack decoding bug.
v3.6.3
3.6.3
Redis 7.0-GA RDB_OPCODE_FUNCTION2 support.
- Deprecate
name,engineName,descriptionproperties inFunctionclass. - Deprecate
libraryName,engineName,descriptionproperties inFunctionLoadCommandclass.
v3.6.2
3.6.2
Fix BaseRdbEncoder.rdbSaveLen bug.
Redis 7.0-RC2 support.
RDB
- Add support for Rdb event
RDB_TYPE_STREAM_LISTPACKS_2. DumpRdbValueVisitorsupport downgradeRDB_TYPE_STREAM_LISTPACKS_2toRDB_TYPE_STREAM_LISTPACKS.
AOF
XGROUP CREATEandSETID: newENTRIESREADoptional argument.XSETIDnewENTRIESADDEDandMAXDELETEDIDoptional arguments.