From 8f818a2d49279230a491f10dc7837aa36fd04af8 Mon Sep 17 00:00:00 2001 From: Cameron Bates Date: Thu, 23 May 2024 12:16:03 -0400 Subject: [PATCH] Unit of measurement style fixes --- content/operate/rc/changelog/april-2024.md | 2 +- content/operate/rc/changelog/november-2023.md | 2 +- content/operate/rc/databases/configuration/clustering.md | 2 +- content/operate/rc/databases/configuration/high-availability.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/operate/rc/changelog/april-2024.md b/content/operate/rc/changelog/april-2024.md index d70965ee8..ccc5cd9ca 100644 --- a/content/operate/rc/changelog/april-2024.md +++ b/content/operate/rc/changelog/april-2024.md @@ -16,7 +16,7 @@ weight: 55 ### Nano billing unit -We added a Nano billing unit for Pro databases with a maximum size of 500MB and a maximum throughput of 500 ops/sec. Use it to create smaller databases for a lower cost. +We added a Nano billing unit for Pro databases with a maximum size of 500 MB and a maximum throughput of 500 ops/sec. Use it to create smaller databases for a lower cost. ### Essentials subscriptions through AWS Marketplace diff --git a/content/operate/rc/changelog/november-2023.md b/content/operate/rc/changelog/november-2023.md index 90af939ea..8d3d8c595 100644 --- a/content/operate/rc/changelog/november-2023.md +++ b/content/operate/rc/changelog/november-2023.md @@ -32,5 +32,5 @@ Redis 7.2 introduces several changes to existing Redis commands; see the [list o Heroku add-ons for [Redis Cloud](https://elements.heroku.com/addons/rediscloud) and [Memcached Cloud](https://elements.heroku.com/addons/memcachedcloud) are limited to one free database per Heroku account. As of November 1st, users will not be able to add a new free database if they already have one or more free databases. There will be no impact to existing free and paid databases. -Additionally, Heroku Review and CI Apps will provision a 100MB database for the [Redis Cloud](https://elements.heroku.com/addons/rediscloud) and [Memcached Cloud](https://elements.heroku.com/addons/memcachedcloud) add-on selections. +Additionally, Heroku Review and CI Apps will provision a 100 MB database for the [Redis Cloud](https://elements.heroku.com/addons/rediscloud) and [Memcached Cloud](https://elements.heroku.com/addons/memcachedcloud) add-on selections. diff --git a/content/operate/rc/databases/configuration/clustering.md b/content/operate/rc/databases/configuration/clustering.md index e29235c72..c1d42e91c 100644 --- a/content/operate/rc/databases/configuration/clustering.md +++ b/content/operate/rc/databases/configuration/clustering.md @@ -173,7 +173,7 @@ Here are some general guidelines: - Memory limit represents an upper limit. You cannot store more data than the memory limit. Depending on your other selections, available memory for data may be less than expected. -- [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) doubles memory consumption; that is, 512MB of data requires at least 1GB of memory limit when replication is enabled. This affects both Redis Cloud Pro and Redis Cloud Essentials. For example, if you subscribe to a 1 GB Essentials plan, Redis will allocate 512 MB for your dataset and the other 512 MB for replication. +- [Replication]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) doubles memory consumption; that is, 512 MB of data requires at least 1 GB of memory limit when replication is enabled. This affects both Redis Cloud Pro and Redis Cloud Essentials. For example, if you subscribe to a 1 GB Essentials plan, Redis will allocate 512 MB for your dataset and the other 512 MB for replication. - [Active-Active]({{< relref "/operate/rc/databases/configuration/active-active-redis" >}}) also doubles memory consumption and the effect is cumulative with replication's impact. Since Active-Active requires replication to be turned on, the memory limit impact can be as large as four times (4x) the original data size. diff --git a/content/operate/rc/databases/configuration/high-availability.md b/content/operate/rc/databases/configuration/high-availability.md index 10e6314c4..0814a7991 100644 --- a/content/operate/rc/databases/configuration/high-availability.md +++ b/content/operate/rc/databases/configuration/high-availability.md @@ -44,7 +44,7 @@ Replication can affect performance as traffic increases to synchronize all copie For both Redis Cloud Essentials and Redis Cloud Pro, replication doubles the dataset size you need for your database. -For Redis Cloud Essentials, the size of the plan you choose includes replication. Therefore, if you choose replication, the dataset size you can use is half of the stated plan size. For example, if you choose a 1GB plan, Redis allocates 512 MB for the dataset size, and the other 512 MB for replication. +For Redis Cloud Essentials, the size of the plan you choose includes replication. Therefore, if you choose replication, the dataset size you can use is half of the stated plan size. For example, if you choose a 1 GB plan, Redis allocates 512 MB for the dataset size, and the other 512 MB for replication. For Redis Cloud Pro, you also need to double the amount of memory needed if you choose replication.