Skip to content

7.2.5-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@madolson madolson released this 12 Apr 19:10
· 545 commits to unstable since this release
763c373

Upgrade urgency LOW: Second release candidate for Valkey with API compatibility
for OSS Redis 7.2.4. Moving to a release candidate on 7.2.5, to make it clearer
this is a patch iteration as opposed to an exact copy of OSS Redis. Also includes
fixes to minor bugs present in 7.2.4 RC1 and more compatibility changes.

Changes to support Valkey branding

  • Update README to remove Redis references.
  • Update valkey-server and valkey-cli help info to show only Valkey (#222)
  • Add compatibility for lua debugger to use 'server' instead of redis. (#303)

Bug fixes

  • Fix module event name to maintain Redis compatibility. (#289)
  • Fix issue where Redis symlinks were created with the wrong name. (#282)