From fa46bfdab4e54fc819f1f99c22df13344b7bf55f Mon Sep 17 00:00:00 2001 From: "gd.zhou" Date: Tue, 25 Aug 2026 17:21:34 +0800 Subject: [PATCH] [update] update xredis version --- XREDIS-RELEASENOTES | 6 ++++++ src/ctrip.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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);