Skip to content

Commit d33bcb3

Browse files
authored
Merge pull request #2703 from redis/84-essentials
RC: Just 8.4 Essentials content
2 parents cbdfe05 + ff575c2 commit d33bcb3

4 files changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
Title: Redis Cloud changelog (January 2026)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: New features, enhancements, and other changes added to Redis Cloud during
9+
January 2026.
10+
highlights: Redis 8.4 on Redis Cloud Essentials
11+
linktitle: January 2026
12+
weight: 55
13+
tags:
14+
- changelog
15+
---
16+
17+
## New features
18+
19+
### Redis 8.4 on Redis Cloud Essentials
20+
21+
Redis 8.4 is now available for [Redis Cloud Essentials databases]({{< relref "/operate/rc/databases/create-database/create-essentials-database" >}}) in select regions.
22+
23+
Redis 8.4 builds on the foundation of Redis 8.2 with significant enhancements to cluster operations, string manipulation, and stream processing capabilities. For more information on the changes in Redis 8.4, see [What's new in Redis 8.4]({{<relref "/develop/whats-new/8-4" >}}) and review the Redis Open Source [8.4 release notes]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes" >}}).
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
Title: Redis 8.4 release notes and breaking changes
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rc
8+
description: Release notes and breaking changes for Redis 8.4 on Redis Cloud.
9+
hideListLinks: true
10+
linktitle: Redis 8.4
11+
weight: 4
12+
tocEmbedHeaders: true
13+
---
14+
15+
Redis 8.4 builds on the foundation of Redis 8.2 with significant enhancements to cluster operations, string manipulation, and stream processing capabilities.. For more information on the changes in Redis 8.4, see [What's new in Redis 8.4]({{<relref "/develop/whats-new/8-4" >}}) and review the Redis Open Source [8.4 release notes]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.4-release-notes" >}}).
16+
17+
## Known limitations
18+
19+
When using Redis 8.4, be aware of these current limitations:
20+
21+
- Search commands (`FT.SEARCH`, `FT.AGGREGATE`, `FT.CURSOR`, `FT.HYBRID`) and time series commands (`TS.MGET`, `TS.MRANGE`, `TS.MREVRANGE`, `TS.QUERYINDEX`) may return partial results or duplicates during atomic slot migration.
22+
- `FT.PROFILE`, `FT.EXPLAIN`, and `FT.EXPLAINCLI` don't include `FT.HYBRID` options.
23+
- `FT.HYBRID` metrics aren't displayed in `FT.INFO` and `INFO` commands.
24+
- Several `FT.HYBRID` options (`EXPLAINSCORE`, `SHARD_K_RATIO`, `YIELD_DISTANCE_AS`, `WITHCURSOR`) are not yet available.
25+
- Post-filtering after the `COMBINE` step using `FILTER` is not currently supported.
26+
27+

content/operate/rc/databases/version-management/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Redis uses a **MAJOR.MINOR.PATCH** versioning scheme:
3434

3535
| Version | Status | EOL Date | Plans |
3636
|---------|--------|----------|-------|
37+
| **Redis 8.4** | GA | TBD | Essentials |
3738
| **Redis 8.2** | GA | TBD | Essentials, Pro |
3839
| **Redis 8.0** | Preview | TBD | Essentials<sup>[1](#table-note-1)</sup> |
3940
| **Redis 7.4** | GA | December 1, 2029 | Essentials, Pro |

content/operate/rc/databases/version-management/upgrade-version.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Please keep in mind the following before upgrading your database version:
2626
- [Redis 7.4]({{< relref "/operate/rc/changelog/version-release-notes/7-4" >}})
2727
- [Redis 8.0]({{< relref "/operate/rc/changelog/version-release-notes/8-0" >}})
2828
- [Redis 8.2]({{< relref "/operate/rc/changelog/version-release-notes/8-2" >}})
29+
- [Redis 8.4]({{< relref "/operate/rc/changelog/version-release-notes/8-4" >}})
2930

3031
- You must upgrade the target database in an [Active-Passive]({{< relref "/operate/rc/databases/migrate-databases#sync-using-active-passive" >}}) setup before you upgrade the source database to prevent compatibility issues.
3132
{{< /note >}}

0 commit comments

Comments
 (0)