diff --git a/XREDIS-RELEASENOTES b/XREDIS-RELEASENOTES index feab7d474d6..b255a3ff2cb 100644 --- a/XREDIS-RELEASENOTES +++ b/XREDIS-RELEASENOTES @@ -1,3 +1,9 @@ +================================================================================ +xredis-2.2.6 Released Tue Aug 25 00:00:00 CST 2026 +================================================================================ +* [feat] gtid commands support module command execution. +* [feat] refactor gtid gaplog to ring buffer. + ================================================================================ xredis-2.2.5 Released Thu Jul 9 00:00:00 CST 2026 ================================================================================ diff --git a/src/ctrip.h b/src/ctrip.h index 74e398774cb..5d5218d4fd9 100644 --- a/src/ctrip.h +++ b/src/ctrip.h @@ -8,7 +8,7 @@ #ifndef SRC_CTRIP_H_ #define SRC_CTRIP_H_ -#define XREDIS_VERSION "2.2.5" +#define XREDIS_VERSION "2.2.6" #define CONFIG_DEFAULT_SLAVE_REPLICATE_ALL 0 void xslaveofCommand(client *c);