Skip to content

Commit 44cfcda

Browse files
Apply suggestions from code review
Co-authored-by: Kaitlyn Michael <76962844+kaitlynmichael@users.noreply.github.com>
1 parent e6755ea commit 44cfcda

File tree

1 file changed

+3
-3
lines changed
  • content/operate/rc/databases/configuration

1 file changed

+3
-3
lines changed

content/operate/rc/databases/configuration/sizing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
Title: Size a Redis Cloud Database
2+
Title: Size a Redis Cloud database
33
alwaysopen: false
44
categories:
55
- docs
@@ -12,7 +12,7 @@ weight: $weight
1212

1313
## Dataset size {#dataset-size}
1414

15-
The dataset size of a database is a part of the full memory limit for the database. The memory limit represents the maximum amount of memory for the database, which includes data values, keys, module data, and overhead for specific features. High availability features, such as replication and Active-Active, increase memory consumption, so in those cases your dataset size and memory limit will be different.
15+
The dataset size of a database is a part of the full memory limit for the database. The memory limit represents the maximum amount of memory for the database, which includes data values, keys, module data, and overhead for specific features. High availability features, such as replication and Active-Active, increase memory consumption, so your dataset size and memory limit will be different.
1616

1717
For Redis Cloud Essentials, the plan size refers to the full memory limit, not the dataset size. Both the total memory limit and dataset size are listed under **Database details** when you create an Essentials database.
1818

@@ -32,7 +32,7 @@ Memory limits in Redis Cloud are subject to the same considerations as Redis Ent
3232

3333
## Throughput
3434

35-
Throughput is the amount of operations a database can handle over a certain period of time. For Redis Cloud databases, throughput is defined in operations per second (ops/sec).
35+
Throughput is the number of operations a database can handle over a certain period of time. For Redis Cloud databases, throughput is defined in operations per second (ops/sec).
3636

3737
For a Redis Cloud Pro subscription, you define throughput for a database when you create it. For a Redis Cloud Essentials subscription, your maximum throughput depends on your plan.
3838

0 commit comments

Comments
 (0)