Skip to content

7.0.2

Compare
Choose a tag to compare
@oranagra oranagra released this 12 Jun 13:01
· 201 commits to 7.0 since this release
0583395

Upgrade urgency: MODERATE, specifically if you're using a previous release of
Redis 7.0, contains fixes for bugs in previous 7.0 releases.

Bug Fixes

  • Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837)
    Regression in 7.0 possibly resulting in excessive roundtrip from cluster clients.
  • Fix crash when /proc/sys/vm/overcommit_memory is inaccessible (#10848)
    Regression in 7.0.1 resulting in crash on startup on some configurations.