Skip to content

Commit 65d218f

Browse files
committed
RC: Add Redis Flex to subscription types page
1 parent d6ff9e7 commit 65d218f

File tree

3 files changed

+31
-16
lines changed

3 files changed

+31
-16
lines changed

content/operate/rc/subscriptions/_index.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,18 @@ As of April 2024, Redis Cloud supports the following subscription plans:
1919

2020
- [Free Redis Cloud Essentials](#free-rce)
2121
- [Paid Redis Cloud Essentials](#paid-rce)
22+
- [Redis Flex](#redis-flex)
2223
- [Redis Cloud Pro](#redis-cloud-pro)
2324

2425
Here's a quick comparison of each plan:
2526

26-
| Feature | Redis Cloud Essentials (free) | Redis Cloud Essentials (paid) | Redis Cloud Pro |
27-
|:-----|:-------:|:----:|:-----:|
28-
| Memory size | 30 MB | 250 MB-12 GB | 50 TB |
29-
| Concurrent connections | 30 | 256-10000 | Unlimited |
30-
| Security | Role-based auth<br/>Password protection<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit<br/>Encryption at rest |
31-
| REST API | No | Yes | Yes |
32-
| Selected additional features<br/> <br/> <br/>|| Replication<br/>Auto-failover<br /> | Dedicated accounts<br>Auto Tiering<br/>Active/Active<br/> |
27+
| Feature | Redis Cloud Essentials (free) | Redis Cloud Essentials (paid) | Redis Flex | Redis Cloud Pro |
28+
|:---:|:---:|:---:|:---:|:---:|
29+
| Memory size | 30 MB | 250 MB-12 GB | 1 GB-100GB | 50 TB |
30+
| Concurrent connections | 30 | 256-10000 | 1024-10000 | Unlimited |
31+
| Security | Role-based auth<br/>Password protection<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit | Role-based auth<br/>Password protection<br/>TLS auth<br/>Encryption in transit<br/>Encryption at rest<br/>Private Connectivity |
32+
| REST API | No | Yes | Yes | Yes |
33+
| Selected additional features<br/> <br/> <br/> | | Replication<br/>Auto-failover<br /> | Replication<br/>Auto-failover<br /> | Dedicated accounts<br>Auto Tiering<br/>Active/Active<br/> |
3334

3435
To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/).
3536

@@ -38,9 +39,23 @@ To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/).
3839
Free plans are a type of Redis Cloud Essentials plans designed for training purposes and prototyping. They can be seamlessly upgraded to other Redis Cloud Essentials plans with no data loss.
3940

4041
### Paid Redis Cloud Essentials {#paid-rce}
41-
Redis Cloud Essentials is cost-efficient and designed for low-throughput scenarios. It support a range of availability, persistence, and backup options. Pricing supports low throughput workloads. See [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}) for a list of available plans.
42+
Redis Cloud Essentials is cost-efficient and designed for low-throughput scenarios. It support a range of availability, persistence, and backup options. Pricing supports low throughput workloads. See [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details#redis-cloud-essentials-plans" >}}) for a list of available plans.
4243

43-
- [View and upgrade Essentials plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription" >}})
44+
- [View and upgrade Essentials or Flex plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription" >}})
45+
46+
### Redis Flex {#redis-flex}
47+
48+
Redis Flex plans are a type of Redis Cloud Essentials plan that support a tiered solid state drive (SSD) and RAM architecture. Using SSDs instead of RAM significantly reduces infrastructure costs, which means developers can build applications that require large datasets using the same Redis API.
49+
50+
Redis Flex is ideal when your:
51+
52+
- working set is significantly smaller than your dataset (high RAM hit rate)
53+
- average key size is smaller than average value size (all key names are stored in RAM)
54+
- most recent data is the most frequently used (high RAM hit rate)
55+
56+
See [Create a Redis Flex database]({{< relref "/operate/rc/databases/create-database/create-flex-database" >}}) to learn more about Redis Flex, and see [Redis Flex plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details#redis-flex-plans" >}}) for a list of available plans.
57+
58+
- [View and upgrade Essentials or Flex plan]({{< relref "/operate/rc/subscriptions/view-essentials-subscription" >}})
4459

4560
### Redis Cloud Pro
4661
Redis Cloud Pro supports more databases, larger databases, greater throughput, and unlimited connections compared to Redis Cloud Essentials. Hosted in dedicated VPCs, they feature high-availability in a single or multi-AZ, Active-Active, Auto-Tiering, clustering, data persistence, and configurable backups. Pricing is "pay as you go" to support any dataset size or throughput.

content/operate/rc/subscriptions/view-essentials-subscription/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
LinkTitle: View and Upgrade Essentials plan
3-
Title: View and Upgrade Redis Cloud Essentials plan
2+
LinkTitle: View and Upgrade Essentials or Flex plan
3+
Title: View and Upgrade Redis Cloud Essentials or Redis Flex plan
44
alwaysopen: false
55
categories:
66
- docs
@@ -10,7 +10,7 @@ description: null
1010
hideListLinks: true
1111
weight: 30
1212
---
13-
To view the details of a Redis Cloud Essentials subscription:
13+
To view the details of a Redis Cloud Essentials or Redis Flex subscription:
1414

1515
1. Sign in to the [Redis Cloud console](https://cloud.redis.io/) and select the **Subscriptions** list.
1616

@@ -34,7 +34,7 @@ The following sections provide more details.
3434

3535
## Upgrade plan
3636

37-
Use the **Upgrade** button to update your Redis Cloud Essentials plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials plans does not impact database availability during the update.
37+
Use the **Upgrade** button to update your Redis Cloud Essentials or Redis Flex plan, your high availability settings, or your payment method. Upgrading your database between Redis Cloud Essentials or Redis Flex plans does not impact database availability during the update.
3838

3939
{{<image filename="images/rc/button-subscription-upgrade-plan.png" alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils." width=100px >}}
4040

@@ -46,7 +46,7 @@ To change your subscription plan, select the desired plan from the list and sele
4646

4747
{{<image filename="images/rc/subscription-change-fixed-tiers.png" width="100%" alt="Select the desired subscription plan from the ones shown." >}}
4848

49-
Each Redis Cloud Essentials plan provides a variety of benefits, including increased memory and number of connections.
49+
Each Redis Cloud Essentials or Redis Flex plan provides a variety of benefits, including increased memory and number of connections.
5050
For a comparison of available plans, see [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}).
5151

5252
When you change your plan, your data and endpoints are not disrupted.

content/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
Title: Redis Cloud Essentials plans
2+
Title: Redis Cloud Essentials and Redis Flex plans
33
alwaysopen: false
44
categories:
55
- docs
66
- operate
77
- rc
8-
description: Provides detailed information on Redis Cloud Essentials plans
8+
description: Provides detailed information on Redis Cloud Essentials and Redis Flex plans
99
weight: $weight
1010
---
1111

0 commit comments

Comments
 (0)