Skip to content

Commit cb80afe

Browse files
edits for clarity and formatting
1 parent 5ee5946 commit cb80afe

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

content/operate/kubernetes/7.22/re-clusters/auto-tiering.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ weight: 16
1111
url: '/operate/kubernetes/7.22/re-clusters/auto-tiering/'
1212
---
1313

14+
{{<note>}}
15+
This page applies to Redis Enterprise for Kubernetes version 7.22.2-22. If you use version 8.0.2-2 or later, see [Redis Flex]({{< relref "/operate/kubernetes/re-clusters/redis-flex" >}}).
16+
{{</note>}}
17+
1418
## Prerequisites
1519

1620
Redis Enterprise Software for Kubernetes supports using Auto Tiering (previously known as Redis on Flash), which extends your node memory to use both RAM and flash storage. SSDs (solid state drives) can store infrequently used (warm) values while your keys and frequently used (hot) values are still stored in RAM. This improves performance and lowers costs for large datasets.

content/operate/kubernetes/re-clusters/redis-flex.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,20 @@ The earlier implementation of Redis Flex is called Auto Tiering, which is availa
2626

2727
The operator automatically selects the appropriate implementation based on your Redis version:
2828

29-
- **Redis versions earlier than 8.0:** Auto Tiering
30-
- **Redis 8.0 and later:** Redis Flex
29+
- **Versions 7.22.2-22 and earlier:** Auto Tiering
30+
- **Versions 8.0.2-2 and later:** Redis Flex
3131

3232
Redis Flex differs from Auto Tiering in the following ways:
3333

34+
**Redis Flex (8.0.2-2 and later)**
3435

35-
**Redis Flex (Redis 8.0 and later)**
3636
- Storage engine: Speedb only
3737
- RAM management: Automatic. Redis manages RAM allocation internally.
3838
- Configuration: `rofRamSize` isn't validated with minimum ratio requirements.
3939
- Redis versions: Redis 8.0 and later
4040

41-
**Auto Tiering (Redis versions earlier than 8.0)**
41+
**Auto Tiering ( 7.22.2-22 and earlier)**
42+
4243
- Storage engine: RocksDB or Speedb
4344
- RAM management: Manual. Requires explicit `rofRamSize` configuration.
4445
- Validation: `rofRamSize` must be at least 10% of `memorySize` and can't exceed `memorySize`.

0 commit comments

Comments
 (0)