Skip to content

release-1.0.5

Compare
Choose a tag to compare
@NickNYU NickNYU released this 08 Aug 14:09
· 937 commits to master since this release
ab0cd2e

XRedis-CRDT 1.0.5 Release Note

XRedis-CRDT 1.0.5 Released Sat Aug 8 20:59:30 CST 2020

Upgrade urgency LOW: Compared with the previous version, there are some improvements, mainly:
Major things:

  • [bugfix] a out-of-bound memory access will happen when loading RDB file.
  • [opt] master-master psync: an enhanced partial sync implementation is now allowed for master-master replication while master-slave switching.
  •  slave now is able to record offsets for peer-masters replication.
    
  •  PSYNC2.0 also works for master-master replication.
    
  • [opt] shrink down conflict by reducing simutenously expiration.
  • [opt] seeking for peer-master is theoretically faster than before.
  • [opt] better performance for master-master replication stream offset calculation.