Skip to content

Commit

Permalink
update version to 1.0.20 (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: gd.zhou <gd.zhou@trip.com>
  • Loading branch information
qiongtubao and gd.zhou authored Jan 25, 2024
1 parent 545fd90 commit d7b3ff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CRDT-RELEASENOTES
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ 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.20 Released Thu Jan 25 11:13:23 CST 2024
================================================================================
Upgrade urgency HIGH:Compared with the previous version, there are some improvements, mainly:
* [hotfix] Use the hdel command to delete non-existent keys. The generated tombstone cannot be gc
================================================================================
XRedis-CRDT 1.0.19 Released Tue May 30 20:29:27 CST 2023
================================================================================
Upgrade urgency HIGH: Compared with the previous version, there are some improvements, mainly:
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.19"
#define XREDIS_CRDT_VERSION "1.0.20"
#define CONFIG_DEFAULT_SLAVE_REPLICATE_ALL 0

void xslaveofCommand(client *c);
Expand Down

0 comments on commit d7b3ff5

Please sign in to comment.