Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/operate/rs/8.0/flex/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ Flex does not replace long-term data persistence. For workloads that require dur

## Flex and Auto Tiering

Flex replaces [Auto Tiering]({{< relref "/operate/rs/8.0/7.22/databases/auto-tiering" >}}) (formerly known as Redis on Flash). Redis Software selects the implementation based on your Redis version:
Flex replaces [Auto Tiering]({{< relref "/operate/rs/7.22/databases/auto-tiering" >}}) (formerly known as Redis on Flash). Redis Software selects the implementation based on your Redis version:

| Redis database version | Flex | Auto Tiering |
|------------------------|------|--------------|
| 8.0 and later | <span title="Supported">&#x2705;</span> | <span title="Not supported">&#x274c;</span> |
| 7.4 | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span>|
| 7.2 and earlier | <span title="Not supported">&#x274c;</span> | <span title="Supported">&#x2705;</span> |

For Redis Software version 7.22.2-22 or earlier, see [Auto Tiering]({{< relref "/operate/rs/8.0/7.22/databases/auto-tiering" >}}).
For Redis Software version 7.22.2-22 or earlier, see [Auto Tiering]({{< relref "/operate/rs/7.22/databases/auto-tiering" >}}).

### Differences between Flex and Auto Tiering

Expand Down
Loading