Redis Cloud changelog (July 2024)
New features, enhancements, and other changes added to Redis Cloud during July 2024.
New Features
Query performance factor preview
When you create a Pro database with Search and query capabilities, you can now choose to boost your query capabilities with the Query performance factor. The query performance factor adds dedicated power specifically for Search and query. For more information, see Search and query sizing.
You can take advantage of extra query speed for free during the preview period.
Redis 7.4 Preview
A preview of Redis 7.4 is now available on Redis Cloud Essentials databases in select regions on Amazon Web Services and Google Cloud.
Redis 7.4 offers hash field expiration and other feature set improvements. For more information on the changes in Redis 7.4, see the Redis 7.4 release blog post.
Redis database version 7.4 breaking changes
When new versions of Redis Community Edition change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Software and update any applications that connect to your database to handle these changes.
Confirm your Redis database version (redis_version
) using the Cluster Manager UI or run the following INFO
command with 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
.