Skip to content

Commit 9b9f27d

Browse files
committed
DOC-5211 Added Redis Flex GA to RS 8.0.2 release notes
1 parent b27c127 commit 9b9f27d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Redis Enterprise Software databases created with or upgraded to Redis version 8
8080
| Database type | Automatically enabled capabilities |
8181
|---------------|------------------------------------|
8282
| RAM-only | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Time series]({{<relref "/operate/oss_and_stack/stack-with-enterprise/timeseries">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
83-
| Flash-enabled ([Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
83+
| Flash-enabled ([Redis Flex]({{<relref "/operate/rs/databases/flash">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
8484
| [Active-Active]({{<relref "/operate/rs/databases/active-active">}}) | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}}) |
8585

8686
#### Lag-aware availability API
@@ -101,6 +101,21 @@ The lag tolerance threshold is 100 milliseconds by default. Depending on factors
101101

102102
For more details, see [Check database availability for monitoring and load balancers]({{<relref "/operate/rs/monitoring/db-availability">}}).
103103

104+
#### Redis Flex GA
105+
106+
Redis Flex (Redis on Flash version 2) is now generally available for flash-enabled databases. Redis Flex is the enhanced successor to Auto Tiering (Redis on Flash version 1), which allows you to provision larger databases at a lower cost by extending the RAM with flash drives.
107+
108+
- Databases created with Redis version 8.0 and later automatically use Redis Flex.
109+
110+
- Databases with Redis version 7.4 can choose between Auto Tiering (`bigstore_version` 1) and Redis Flex (`bigstore_version` 2)
111+
112+
- Databases with Redis versions earlier than 7.4 will continue to use Auto Tiering.
113+
114+
For more information about Redis Flex, see:
115+
116+
- [Redis Flex overview]({{< relref "/operate/rs/databases/flash" >}})
117+
- [Redis Flex quick start]({{< relref "/operate/rs/databases/flash/quickstart" >}})
118+
104119
#### Metrics stream engine GA
105120

106121
The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) is now generally available:

0 commit comments

Comments
 (0)