Redis Cloud 更改日志(2024 年 7 月)

2024 年 7 月期间向 Redis Cloud 添加了新功能、增强功能和其他更改。

Redis 云

新功能

查询性能因素预览

当您创建具有搜索和查询功能的 Pro 数据库时,您现在可以选择使用 Query performance factor (查询性能因子) 来提升您的查询功能。查询性能因素增加了专门用于搜索和查询的功能。有关更多信息,请参阅搜索和查询大小调整

在预览期间,您可以免费利用额外的查询速度。

查询性能因子适用于 Redis 7.2 及更高版本上的 Redis Cloud Pro 数据库。

Redis 7.4 预览版

Redis 7.4 预览版现已在 Amazon Web Services 和 Google Cloud 上选定区域的 Redis Cloud Essentials 数据库上提供。

Redis 7.4 提供了哈希字段过期和其他功能集改进。有关 Redis 7.4 中更改的更多信息,请参阅 Redis 7.4 版本博客文章

Redis 数据库版本 7.4 重大更改

当 Redis Community Edition 的新版本更改现有命令时,将数据库升级到新版本可能会破坏某些功能。在升级之前,请阅读提供的会影响 Redis Software 的重大更改列表,并更新连接到数据库的任何应用程序以处理这些更改。

确认您的 Redis 数据库版本 (redis_version) 或运行以下命令INFOcommand 替换为redis-cli:

$ redis-cli -p <port> INFO
"# Server
redis_version:7.0.8
..."
Security behavior changes
  • #13108 Lua: LRU eviction for scripts generated with EVAL.
Other general behavior changes
  • #13133 Lua: allocate VM code with jemalloc instead of libc and count it as used memory.

  • #12171 ACL LOAD: do not disconnect all clients.

RATE THIS PAGE
Back to top ↑