You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/).
35
36
@@ -38,9 +39,23 @@ To learn more, see [Redis Cloud Pricing](https://redis.io/pricing/).
38
39
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.
39
40
40
41
### 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.
42
43
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" >}})
44
59
45
60
### Redis Cloud Pro
46
61
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.
Copy file name to clipboardExpand all lines: content/operate/rc/subscriptions/view-essentials-subscription/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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
4
4
alwaysopen: false
5
5
categories:
6
6
- docs
@@ -10,7 +10,7 @@ description: null
10
10
hideListLinks: true
11
11
weight: 30
12
12
---
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:
14
14
15
15
1. Sign in to the [Redis Cloud console](https://cloud.redis.io/) and select the **Subscriptions** list.
16
16
@@ -34,7 +34,7 @@ The following sections provide more details.
34
34
35
35
## Upgrade plan
36
36
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.
38
38
39
39
{{<imagefilename="images/rc/button-subscription-upgrade-plan.png"alt="Use the Upgrade plan button to change selected Redis Cloud Essentials subscription detils."width=100px >}}
40
40
@@ -46,7 +46,7 @@ To change your subscription plan, select the desired plan from the list and sele
46
46
47
47
{{<imagefilename="images/rc/subscription-change-fixed-tiers.png"width="100%"alt="Select the desired subscription plan from the ones shown." >}}
48
48
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.
50
50
For a comparison of available plans, see [Redis Cloud Essentials plans]({{< relref "/operate/rc/subscriptions/view-essentials-subscription/essentials-plan-details" >}}).
51
51
52
52
When you change your plan, your data and endpoints are not disrupted.
0 commit comments