MyGit

7.2-rc1

redis/redis

版本发布时间: 2023-03-22 23:20:33

redis/redis最新发布版本:7.2.5(2024-05-19 14:15:08)

Upgrade urgency LOW: This is the first Release Candidate for Redis 7.2.

Redis Release Candidate (RC) versions are early versions that are made available for early adopters in the community to test them. We do not consider them suitable for production environments.

Introduction to the Redis 7.2 release

Redis 7.2 includes optimizations, several new commands, some improvements, bug fixes, and several new module APIs.

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

  1. Redis 7.2 uses a new format (version 11) for RDB files, which is incompatible with older versions.
  2. See section about breaking changes mentioned below.
  3. If you use modules, see the module API breaking changes section below.

Here is a comprehensive list of changes in this release compared to 7.0.10. 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 / Behavior Changes

Deprecations

Performance and resource utilization improvements

Changes in CLI tools

Other General Improvements

Platform / toolchain support related changes

New configuration options

INFO fields and introspection changes

Module API changes

Potentially Breaking Changes in Module API

Bug Fixes

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

查看:2023-03-22发行的版本