From 5709647171870caa3333addba76ddbcfd1fee345 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 12 Mar 2024 13:14:41 -0400 Subject: [PATCH 1/8] Add fixed plan details page --- .../_index.md} | 30 +---------- .../fixed-plan-details.md | 53 +++++++++++++++++++ .../subscriptions/view-fixed-subscription.md | 2 +- 3 files changed, 56 insertions(+), 29 deletions(-) rename content/rc/subscriptions/{create-fixed-subscription.md => create-fixed-subscription/_index.md} (65%) create mode 100644 content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md diff --git a/content/rc/subscriptions/create-fixed-subscription.md b/content/rc/subscriptions/create-fixed-subscription/_index.md similarity index 65% rename from content/rc/subscriptions/create-fixed-subscription.md rename to content/rc/subscriptions/create-fixed-subscription/_index.md index d40b84b0f66..f27f7219aad 100644 --- a/content/rc/subscriptions/create-fixed-subscription.md +++ b/content/rc/subscriptions/create-fixed-subscription/_index.md @@ -18,7 +18,7 @@ If you're new to Redis Cloud, the [quick start]({{}}). The 30 MB Fixed plan is free; it's designed for learning and building test projects. It gives you enough space to learn Redis concepts and develop application prototypes. @@ -26,33 +26,7 @@ Our paid plans start at 250 MB and offer extra features, like high availability If you need additional resources, you can [upgrade your subscription]({{}}) at any time. -There are some differences between plans for the different high availability options. See the tables for [No replication and single-zone replication](#cache-standard) and [Multi-zone replication](#multi-az) for more details. - -### No replication and single-zone replication {#cache-standard} - -| **DB size**[1](#table-note-1-cache-standard) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | -|---|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 | -| **CIDR
allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 | -| **Monthly
total network
bandwidth** | 5 GB | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-cache-standard)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | - -1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. - -2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. - -### Multi-zone replication {#multi-az} - -| **DB size **[1](#table-note-1-multi-az) | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | -|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 256 | 1024 | 2500 | 5000 | 10000 | -| **CIDR
allow rules** | 4 | 8 | 8 | 16 | 32 | -| **Monthly
total network
bandwidth** | 64 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-multi-az)** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | - -1. Database size includes replication. See [High availability cost impact]({{}}) for more information. - -2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. +There are some differences between plans for the different high availability options. See [Fixed plan details]({{}}) for more information. ## Create a Fixed subscription diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md new file mode 100644 index 00000000000..efd4fa1b075 --- /dev/null +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -0,0 +1,53 @@ +--- +Title: Fixed plan details +description: Provides detailed information on Fixed plans +weight: $weight +alwaysopen: false +categories: ["RC"] +--- + +## Current plans + +These plans are currently offered for all new and upgraded Fixed subscriptions as of February 2024. + +There are some differences between plans for the different high availability options. See the tables for [No replication and single-zone replication](#cache-standard) and [Multi-zone replication](#multi-az) for more details. + +### No replication and single-zone replication {#cache-standard} + +| **DB size**[1](#table-note-1-cache-standard) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | +|---|---|---|---|---|---|---| +| **Concurrent
connections
per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 | +| **CIDR
allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 | +| **Monthly
total network
bandwidth** | 5 GB | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput[2](#table-note-2-cache-standard)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | + +1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. + +2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. + +### Multi-zone replication {#multi-az} + +| **DB size **[1](#table-note-1-multi-az) | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | +|---|---|---|---|---|---| +| **Concurrent
connections
per database** | 256 | 1024 | 2500 | 5000 | 10000 | +| **CIDR
allow rules** | 4 | 8 | 8 | 16 | 32 | +| **Monthly
total network
bandwidth** | 64 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput[2](#table-note-2-multi-az)** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | + +1. Database size includes replication. See [High availability cost impact]({{}}) for more information. + +2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. + +## Previous plans {#legacy} + +These plans were available before November 2023. + +| **Max DB size **[1](#table-note-1-legacy) | **100 MB** | **500 MB** | **10 GB** | +|---|---|---|---| +| **Concurrent
connections
per database** | 256 | 1024 | 10000 | +| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 50 GB | 150 GB | 2000 GB | +| **Maximum
throughput** | 500 ops/sec | 1500 ops/sec | 16000 ops/sec | + +1. Database size includes replication. See [High availability cost impact]({{}}) for more information. + +2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. \ No newline at end of file diff --git a/content/rc/subscriptions/view-fixed-subscription.md b/content/rc/subscriptions/view-fixed-subscription.md index 5b0be665f80..ff7f0746512 100644 --- a/content/rc/subscriptions/view-fixed-subscription.md +++ b/content/rc/subscriptions/view-fixed-subscription.md @@ -54,7 +54,7 @@ To change your subscription plan, select the desired plan from the list and sele {{Select the desired subscription plan from the ones shown.}}{{< /image >}} Each Fixed plan provides a variety of benefits, including increased memory and number of connections. -For a comparison of available plans, see [Fixed plans]({{}}). +For a comparison of available plans, see [Fixed plan details]({{}}). When you change your plan, your data and endpoints are not disrupted. From 4b927b3864a66aa3ad3296b10ef8c22a973e50a7 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 12 Mar 2024 13:17:15 -0400 Subject: [PATCH 2/8] fix build errors --- content/rc/cloud-integrations/confluent-cloud.md | 4 ++-- content/rc/subscriptions/_index.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/rc/cloud-integrations/confluent-cloud.md b/content/rc/cloud-integrations/confluent-cloud.md index 45fb4ac5194..0f7fa36bac6 100644 --- a/content/rc/cloud-integrations/confluent-cloud.md +++ b/content/rc/cloud-integrations/confluent-cloud.md @@ -14,9 +14,9 @@ You can send data from [Confluent Cloud](https://confluent.cloud/) to your Redis Before you add the Redis Sink Confluent connector to your Confluent Cloud cluster: -1. Create a [Fixed]({{}}) or [Flexible]({{}}) subscription in the same region as your Confluent Cloud cluster. +1. Create a [Fixed]({{}}) or [Flexible]({{}}) subscription in the same region as your Confluent Cloud cluster. -1. [Create a database]({{}}) in the subscription. +1. [Create a database]({{}}) in the subscription. 1. If you decide to [enable Transport Layer Security (TLS)]({{}}) for your Redis database, [download the server certificate]({{}}) from the Redis Cloud console and [encode it](#encode-server-certificate) to be used with Confluent Cloud. diff --git a/content/rc/subscriptions/_index.md b/content/rc/subscriptions/_index.md index 750680ca9cd..581e82a9cac 100644 --- a/content/rc/subscriptions/_index.md +++ b/content/rc/subscriptions/_index.md @@ -58,20 +58,20 @@ Annual plans support the same features as Flexible plans but at significant savi Create a new subscription: -- The [Redis Cloud quick start]({{}}) helps you create a free subscription and your first database. (Start here if you're new.) +- The [Redis Cloud quick start]({{}}) helps you create a free subscription and your first database. (Start here if you're new.) -- [Create a Fixed subscription]({{}}) +- [Create a Fixed subscription]({{}}) -- [Create a Flexible subscription]({{}}) +- [Create a Flexible subscription]({{}}) - To create an Annual subscription, contact [support](https://redis.com/company/support). View subscription details: -- [View or edit a Fixed subscription]({{}}) +- [View or edit a Fixed subscription]({{}}) -- [View Flexible subscription details]({{}}) +- [View Flexible subscription details]({{}}) -- [Delete a subscription]({{}}) +- [Delete a subscription]({{}}) From bea21899a74e82675e159c137404b613a31d670d Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Wed, 13 Mar 2024 11:45:32 -0400 Subject: [PATCH 3/8] added removed plans to previous plans --- .../create-fixed-subscription/fixed-plan-details.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index efd4fa1b075..b37d963c065 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -42,11 +42,13 @@ There are some differences between plans for the different high availability opt These plans were available before November 2023. -| **Max DB size **[1](#table-note-1-legacy) | **100 MB** | **500 MB** | **10 GB** | -|---|---|---|---| -| **Concurrent
connections
per database** | 256 | 1024 | 10000 | -| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 50 GB | 150 GB | 2000 GB | -| **Maximum
throughput** | 500 ops/sec | 1500 ops/sec | 16000 ops/sec | +{{}} +| **Max DB size **[1](#table-note-1-legacy) | **100 MB** | **250 MB** | **500 MB** | **1 GB** | **2.5 GB** | **5 GB** | **10 GB** | +|---|---|---|---|---|---|---|---| +| **Concurrent
connections
per database** | 256 | 256 | 512 | 1024 | 2500 | 5000 | 10000 | +| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 50 GB | 100 GB | 150 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput** | 500 ops/sec | 1000 ops/sec | 1500 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | +{{
}} 1. Database size includes replication. See [High availability cost impact]({{}}) for more information. From 405a4da996dfee07e27796d4f33a95229b23687a Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Mon, 18 Mar 2024 14:23:39 -0400 Subject: [PATCH 4/8] add 30MB to previous --- .../create-fixed-subscription/fixed-plan-details.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index b37d963c065..357b874b072 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -43,11 +43,11 @@ There are some differences between plans for the different high availability opt These plans were available before November 2023. {{}} -| **Max DB size **[1](#table-note-1-legacy) | **100 MB** | **250 MB** | **500 MB** | **1 GB** | **2.5 GB** | **5 GB** | **10 GB** | -|---|---|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 256 | 256 | 512 | 1024 | 2500 | 5000 | 10000 | -| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 50 GB | 100 GB | 150 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput** | 500 ops/sec | 1000 ops/sec | 1500 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | +| **Max DB size **[1](#table-note-1-legacy) | **30 MB** | **100 MB** | **250 MB** | **500 MB** | **1 GB** | **2.5 GB** | **5 GB** | **10 GB** | +|-----------------------------------------------------------------------------------|------------------|------------------|-------------------|-------------------|-------------------|-------------------|-------------------|--------------------| +| **Concurrent
connections
per database** | 30 | 256 | 256 | 512 | 1024 | 2500 | 5000 | 10000 | +| **Monthly
total network
bandwidth**[2](#table-note-2-legacy) | 5 GB | 50 GB | 100 GB | 150 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Maximum
throughput** | 100 ops/sec | 500 ops/sec | 1000 ops/sec | 1500 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | {{
}} 1. Database size includes replication. See [High availability cost impact]({{}}) for more information. From f3935ef7624a7e4d9e2f093e49b316f94b0346b0 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Mon, 18 Mar 2024 15:05:31 -0400 Subject: [PATCH 5/8] Fixed network bandwidth --- .../create-fixed-subscription/fixed-plan-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index 357b874b072..adaf0896c5a 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -31,7 +31,7 @@ There are some differences between plans for the different high availability opt |---|---|---|---|---|---| | **Concurrent
connections
per database** | 256 | 1024 | 2500 | 5000 | 10000 | | **CIDR
allow rules** | 4 | 8 | 8 | 16 | 32 | -| **Monthly
total network
bandwidth** | 64 GB | 200 GB | 400 GB | 800 GB | 2000 GB | +| **Monthly
total network
bandwidth** | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | | **Maximum
throughput[2](#table-note-2-multi-az)** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | 1. Database size includes replication. See [High availability cost impact]({{}}) for more information. From ea9754a3b30c62215c5898b333d677b90f57c1d9 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Tue, 19 Mar 2024 11:17:41 -0400 Subject: [PATCH 6/8] Remove multi-az table --- .../fixed-plan-details.md | 25 +++---------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index adaf0896c5a..a2520a34d34 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -10,33 +10,16 @@ categories: ["RC"] These plans are currently offered for all new and upgraded Fixed subscriptions as of February 2024. -There are some differences between plans for the different high availability options. See the tables for [No replication and single-zone replication](#cache-standard) and [Multi-zone replication](#multi-az) for more details. - -### No replication and single-zone replication {#cache-standard} - -| **DB size**[1](#table-note-1-cache-standard) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | +| **DB size**[1](#table-note-1) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | |---|---|---|---|---|---|---| | **Concurrent
connections
per database** | 30 | 256 | 1024 | 2500 | 5000 | 10000 | | **CIDR
allow rules** | 1 | 4 | 4-8 | 4-8 | 4-16 | 4-32 | | **Monthly
total network
bandwidth** | 5 GB | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-cache-standard)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | - -1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. - -2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. - -### Multi-zone replication {#multi-az} - -| **DB size **[1](#table-note-1-multi-az) | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | -|---|---|---|---|---|---| -| **Concurrent
connections
per database** | 256 | 1024 | 2500 | 5000 | 10000 | -| **CIDR
allow rules** | 4 | 8 | 8 | 16 | 32 | -| **Monthly
total network
bandwidth** | 100 GB | 200 GB | 400 GB | 800 GB | 2000 GB | -| **Maximum
throughput[2](#table-note-2-multi-az)** | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | +| **Maximum
throughput[2](#table-note-2)** | 100 ops/sec | 1000 ops/sec | 2000 ops/sec | 4000 ops/sec | 8000 ops/sec | 16000 ops/sec | -1. Database size includes replication. See [High availability cost impact]({{}}) for more information. +1. Database size includes replication where applicable. See [High availability cost impact]({{}}) for more information. -2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. +2. Assumes request size of 1 KiB. Maximums are capped by actual MB/s reached. To find the MB/s limit, divide the Maximum throughput by 1024. ## Previous plans {#legacy} From 85ad15f274ea55fa9829e7e4154548ec3f887e88 Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Thu, 21 Mar 2024 14:45:46 -0400 Subject: [PATCH 7/8] Apply suggestions from code review Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> --- content/rc/subscriptions/create-fixed-subscription/_index.md | 2 +- .../create-fixed-subscription/fixed-plan-details.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/_index.md b/content/rc/subscriptions/create-fixed-subscription/_index.md index f27f7219aad..b20b077b670 100644 --- a/content/rc/subscriptions/create-fixed-subscription/_index.md +++ b/content/rc/subscriptions/create-fixed-subscription/_index.md @@ -26,7 +26,7 @@ Our paid plans start at 250 MB and offer extra features, like high availability If you need additional resources, you can [upgrade your subscription]({{}}) at any time. -There are some differences between plans for the different high availability options. See [Fixed plan details]({{}}) for more information. +There are some differences between plans for the various high availability options. See [Fixed plan details]({{}}) for more information. ## Create a Fixed subscription diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index a2520a34d34..7eb6af0acf9 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -6,7 +6,7 @@ alwaysopen: false categories: ["RC"] --- -## Current plans +## Current Fixed plans These plans are currently offered for all new and upgraded Fixed subscriptions as of February 2024. From 94c6f743c1b851c69f3f77c552b370faf36f234d Mon Sep 17 00:00:00 2001 From: Cameron Bates <102550101+cmilesb@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:06:30 -0400 Subject: [PATCH 8/8] Update content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md --- .../create-fixed-subscription/fixed-plan-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md index 7eb6af0acf9..fec470e8921 100644 --- a/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md +++ b/content/rc/subscriptions/create-fixed-subscription/fixed-plan-details.md @@ -8,7 +8,7 @@ categories: ["RC"] ## Current Fixed plans -These plans are currently offered for all new and upgraded Fixed subscriptions as of February 2024. +These plans are currently offered for all new and upgraded Fixed subscriptions (updated March 2024). | **DB size**[1](#table-note-1) | **30 MB (Free)** | **250 MB** | **1 GB** | **2.5 GB** | **5 GB** | **12 GB** | |---|---|---|---|---|---|---|