Skip to content

Commit

Permalink
release ror-1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patpatbear committed Feb 23, 2024
1 parent 9db383e commit 04eea7c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions SWAP-RELEASENOTES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
================================================================================
ror-1.3.0 Released Fri Feb 23 00:00:00 CST 2024
================================================================================
* [new] introduce rordb(a new rdb file format that store cold keys as SST file)
to speedup fullresync.
* [opt] reduce fullresync possibility: dont discard dispatched but not executed
command of slave client, so that if another replica psync with larger
offset wont result in full resync.
* [opt] slowdown expire rate so that ror expire will not cause significant
latency spike.
* [opt] memory usage swaps in only a subset of subkeys of hash/list/set/zset.

================================================================================
ror-1.2.4 Released Thu Nov 23 00:00:00 CST 2023
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define REDIS_VERSION "6.2.6"
#define REDIS_VERSION_NUM 0x00060206
#define SWAP_VERSION "1.2.4"
#define SWAP_VERSION "1.3.0"

0 comments on commit 04eea7c

Please sign in to comment.