MyGit

7.0-rc1

redis/redis

版本发布时间: 2022-01-31 21:01:34

redis/redis最新发布版本:8.0-m02(2024-11-04 17:16:21)

Introduction to the Redis 7.0 release

Redis 7.0 includes several new user-facing features, significant performance optimizations, and many other improvements. It also includes changes that potentially break backwards compatibility with older versions. We urge users to review the release notes carefully before upgrading.

In particular, users should be aware of the following changes:

  1. Redis 7 stores AOF as multiple files in a folder; see Multi-Part AOF below.
  2. Redis 7 uses a new version 10 format for RDB files, which is incompatible with older versions.
  3. Redis 7 converts ziplist encoded keys to listpacks on the fly when loading an older RDB format. Conversion applies to loading a file from disk or replicating from a Redis master and will slightly increase loading time.
  4. See sections about breaking changes mentioned below.

Here is a comprehensive list of changes in this release compared to 6.2.6. Each one includes the PR number that added it so that you can get more details at https://github.com/redis/redis/pull/

New Features

New user commands or command arguments

New administrative and introspection commands and command arguments

Command replies that have been extended

Potentially Breaking Changes

Security improvements

Performance and resource utilization improvements

Other General Improvements

Changes in CLI tools

Platform / toolchain support related improvements

New configuration options

INFO fields and introspection changes

Module API changes

Bug Fixes

Known Issues

This is a list of known issues that affect this release, and are planned to be fixed or completed before Redis 7 is officially released:

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-01-31发行的版本