Skip to content

Commit

Permalink
version update 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gd.zhou authored and patpatbear committed Jun 24, 2024
1 parent db29f6e commit ecf2a7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CRDT-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ HIGH: There is a critical bug that may affect a subset of users. Upgrade!
CRITICAL: There is a critical bug affecting MOST USERS. Upgrade ASAP.
--------------------------------------------------------------------------------
================================================================================
XRedis-CRDT 1.0.21 Released Mon Apr 1 08:26:47 CST 2024

================================================================================
XRedis-CRDT 1.0.22 Released Sun Jun 23 10:32:40 AM CST 2024
* [feature] crdt.zincrby, crdt.counter add protocol attributes (data results) to support migration of crdt data to ordinary redis
================================================================================
* [hotfix] Fixed the problem of returning an error when the time is a negative number in the setex command
================================================================================
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_CRDT_VERSION "1.0.21"
#define XREDIS_CRDT_VERSION "1.0.22"
#define CONFIG_DEFAULT_SLAVE_REPLICATE_ALL 0

void xslaveofCommand(client *c);
Expand Down
Binary file modified tests/assets/linux/crdt.so
Binary file not shown.

0 comments on commit ecf2a7b

Please sign in to comment.