Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions XREDIS-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -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
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/ctrip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
Loading