Skip to content

Commit 2a2f94c

Browse files
committed
Merge branch 'main' into release-rs-apr
2 parents aebe972 + 07a1e5d commit 2a2f94c

File tree

53 files changed

+853
-1070
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+853
-1070
lines changed

content/embeds/modules.html

Lines changed: 0 additions & 138 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
If you have not already added a business address to your account, you must enter one. Redis uses your business address for communication, invoicing, and tax purposes.
2+
3+
{{<image filename="images/rc/billing-add-first-card.png" width="80%" alt="The Add credit card screen before a business address has already been added." >}}
4+
5+
If you already have a business address, you don't need to enter one here. See [Account settings]({{< relref "/operate/rc/accounts/account-settings" >}}) to learn how to update your business address.
6+
7+
{{<image filename="images/rc/billing-add-credit-card.png" width="80%" alt="The Add credit card screen after a business address has already been added." >}}
8+
9+
If the card's billing address is the same as your account's business address, select **Same as business address** to fill the billing address with your business address details.

content/embeds/rdi-db-reqs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
quickstart or for development, 125MB and a single shard is sufficient.
44
* If you are deploying RDI for a production environment then secure this database with a password
55
and TLS.
6-
* Provide the installation with the required RDI database details.
76
* Set the database's
87
[eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction`. Note that you can't set this using
98
[`rladmin`]({{< relref "/operate/rs/references/cli-utilities/rladmin" >}}),

content/embeds/rdi-vm-reqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* **CPU**: A minimum of 4 CPU cores. You should consider adding
22
2-6 extra cores on top of this if your dataset is big and you want to ingest the
33
baseline snapshot as fast as possible.
4-
* **RAM**: 2GB
4+
* **RAM**: 8GB
55
* **Disk**: On top of the OS footprint,
66
RDI requires 20GB in the `/var` folder and 1GB in the `/opt` folder (to
77
store the log files). This allows space for upgrades.

content/integrate/redis-data-integration/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ weight: 2
1818
---
1919

2020
The guides in this section explain the options you have for installing and upgrading RDI.
21-
Before you use RDI, you must also configure your source database to use the CDC connector. See the
21+
Before you use RDI, you must also configure your source database to enable CDC. See the
2222
[Prepare source databases]({{< relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs" >}})
2323
section to learn how to do this.

0 commit comments

Comments
 (0)