Skip to content

Commit 4bbc31a

Browse files
authored
Merge branch 'main' into DOC-5255
2 parents 252c4f5 + 3fc401e commit 4bbc31a

File tree

9 files changed

+30
-10
lines changed

9 files changed

+30
-10
lines changed

content/operate/oss_and_stack/install/install-stack/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ title: Install Redis Open Source
1111
weight: 2
1212
---
1313

14+
Redis Open Source has been tested on the following platforms:
15+
16+
- Ubuntu 20.04 (Focal Fossa), 22.04 (Jammy Jellyfish), and 24.04 (Noble Numbat).
17+
- Rocky Linux 8.10 and 9.5.
18+
- AlmaLinux 8.10 and 9.5.
19+
- Debian 11 (Bullseye) and 12 (Bookworm).
20+
- macOS 13 (Ventura), 14 (Sonoma), and 15 (Sequoia).
21+
22+
Follow the links below for installation instructions for your OS and distribution.
23+
1424
While you can install Redis Open Source on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
1525
Redis 8 is not yet available on Redis Cloud.
1626

content/operate/oss_and_stack/install/install-stack/rpm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Follow these steps to install Redis Open Source.
4040
{{< highlight bash >}}
4141
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
4242
sudo rpm --import /tmp/redis.key
43-
sudo yum install epel-release
4443
sudo yum install redis
4544
{{< / highlight >}}
4645

content/operate/rc/databases/configuration/active-active-redis.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ Active-Active databases allow read and write operations in each copy. Each copy
1919

2020
When developing for Active-Active databases, you need to consider some important differences. See [Develop applications with Active-Active databases]({{< relref "/operate/rs/databases/active-active/develop/_index.md" >}}) for related information.
2121

22+
{{< note >}}
23+
Active-Active subscriptions on Redis Cloud are limited to a maximum of 10 regions and 10 databases.
24+
{{< /note >}}
25+
2226
## Active-Active geo-distributed replication highlights
2327

2428
### Multi-zone

content/operate/rc/databases/configuration/high-availability.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ Your replication options depend on your [subscription plan]({{< relref "/operate
3434
- Free Redis Cloud Essentials plans do not support replication.
3535
- Paid Redis Cloud Essentials plans and Redis Cloud Pro plans let you choose between multi-zone or single-zone replication when creating a subscription. You can also turn off replication.
3636

37-
After database creation, you can still enable or turn off replication. However, [zone settings]({{< relref "/operate/rc/databases/configuration/high-availability#zone-setting-maintenance" >}}) are only configurable during database creation.
37+
Whether or not you can change your replication settings after database creation depends on your plan type and what type of replication you originally selected.
38+
39+
- For Redis Cloud Essentials, you select the kind of replication when you create your database. If you selected Multi-zone replication when you created your database, you can't change it to Single-zone or turn it off after database creation. However, if you selected No Replication or Single-zone replication, you can switch between the two at any time by [editing your Essentials subscription]({{< relref "/operate/rc/subscriptions/view-essentials-subscription#change-high-availability-and-persistence" >}}).
40+
- For Redis Cloud Pro, you select whether you want a multi-zone deployment during subscription creation. You can't change this setting or any [Zone settings]({{< relref "/operate/rc/databases/configuration/high-availability#zone-setting-maintenance" >}}) after subscription creation. However, you can activate or deactivate replication for each database within the subscription at any time by [editing your database]({{< relref "/operate/rc/databases/view-edit-database" >}}).
3841

3942
## Performance impact
4043

content/operate/rc/databases/create-database/create-active-active-database.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Redis Cloud maintains consistency among instances in the background; that is, ea
3131
{{<image filename="images/rc/create-database-subscription-pro-new.png" alt="The Subscription selection panel with Pro selected.">}}
3232

3333
{{< note >}}
34-
This guide shows how to create an Active-Active database with a new Pro subscription. If you already have an Active-Active subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}).
34+
This guide shows how to create an Active-Active database with a new Pro subscription. If you already have an Active-Active subscription and want to add a database to it, see [Create a Pro database in an existing subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-existing" >}}). Active-Active subscriptions can host a maximum of 10 databases.
3535
{{< /note >}}
3636

3737

@@ -70,6 +70,10 @@ When you enable Active-Active Redis, two regions are selected by default. Select
7070

7171
{{<image filename="images/rc/create-sub-active-active-regions.png" width="50%" alt="Use the Region drop-down to select the regions for your Active-Active database." >}}
7272

73+
{{< note >}}
74+
Active-Active subscriptions on Redis Cloud are limited to a maximum of 10 regions.
75+
{{< /note >}}
76+
7377
Use the checkboxes in the list to select or remove regions. The Search box lets you locate specific regions.
7478

7579
You can use a region's Remove button to remove it from the list.

content/operate/rs/references/rest-api/objects/bootstrap/node_identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ weight: $weight
1313

1414
| Name | Type/Value | Description |
1515
|------|------------|-------------|
16-
| bigstore_driver | 'rocksdb' | Bigstore driver name or none (deprecated) |
17-
| bigstore_enabled | boolean | Bigstore enabled or disabled |
16+
| bigstore_driver | 'rocksdb' | Bigstore driver name or none (deprecated, use the [cluster object]({{< relref "/operate/rs/references/rest-api/objects/cluster" >}})'s `bigstore_driver` instead) |
17+
| bigstore_enabled | boolean (default: false) | If `true`, then flash storage is enabled on this node for [Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}}) databases. Configurable during [bootstrapping]({{<relref "/operate/rs/references/rest-api/requests/bootstrap#post-bootstrap">}}). After bootstrapping, it is read-only. |
1818
| identity | [identity]({{< relref "/operate/rs/references/rest-api/objects/bootstrap/identity" >}}) object | Node identity |
1919
| limits | [limits]({{< relref "/operate/rs/references/rest-api/objects/bootstrap/limits" >}}) object | Node limits |
2020
| paths | [paths]({{< relref "/operate/rs/references/rest-api/objects/bootstrap/paths" >}}) object | Storage paths object |

content/operate/rs/references/rest-api/objects/cluster/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ An API object that represents the cluster.
1616
| Name | Type/Value | Description |
1717
|------|------------|-------------|
1818
| alert_settings | [alert_settings]({{< relref "/operate/rs/references/rest-api/objects/cluster/alert_settings" >}}) object | Cluster and node alert settings |
19-
| bigstore_driver | 'speedb'<br />'rocksdb' | Storage engine for Auto Tiering |
19+
| bigstore_driver | 'speedb'<br />'rocksdb' | Storage engine for [Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}}) |
2020
| cluster_ssh_public_key | string | Cluster's autogenerated SSH public key |
2121
| cm_port | integer, (range:&nbsp;1024-65535) | UI HTTPS listening port |
2222
| <span class="break-all">cm_session_timeout_minutes</span> | integer (default:&nbsp;15) | The timeout (in minutes) for the session to the CM |

content/operate/rs/references/rest-api/objects/node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ An API object that represents a node in the cluster.
1919
| addr | string | Internal IP address of node |
2020
| architecture | string | Hardware architecture (read-only) |
2121
| bigredis_storage_path | string | Flash storage path (read-only) |
22-
| bigstore_driver | 'ibm-capi-ga1'<br />'ibm-capi-ga2'<br />'ibm-capi-ga4'<br />'speedb'<br />'rocksdb' | Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the [cluster object]({{< relref "/operate/rs/references/rest-api/objects/cluster" >}})'s bigstore_driver instead) |
23-
| bigstore_enabled | boolean | If true, bigstore is enabled (read-only) |
22+
| bigstore_driver | 'ibm-capi-ga1'<br />'ibm-capi-ga2'<br />'ibm-capi-ga4'<br />'speedb'<br />'rocksdb' | Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the [cluster object]({{< relref "/operate/rs/references/rest-api/objects/cluster" >}})'s `bigstore_driver` instead) |
23+
| bigstore_enabled | boolean | If `true`, then flash storage is enabled on this node for [Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}}) databases. Configurable during [bootstrapping]({{<relref "/operate/rs/references/rest-api/requests/bootstrap#post-bootstrap">}}). After bootstrapping, it is read-only. |
2424
| bigstore_size | integer | Storage size of bigstore storage (read-only) |
2525
| cores | integer | Total number of CPU cores (read-only) |
2626
| ephemeral_storage_path | string | Ephemeral storage path (read-only) |

content/operate/rs/references/rest-api/requests/bootstrap/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ POST /v1/bootstrap/create_cluster
173173
"ephemeral_path": "/path/to/ephemeral/storage",
174174
"bigstore_path": "/path/to/bigstore/storage"
175175
},
176-
"bigstore_driver": "speedb",
176+
"bigstore_enabled": true,
177177
"identity": {
178178
"addr":"1.2.3.4",
179179
"external_addr":["2001:0db8:85a3:0000:0000:8a2e:0370:7334", "3.4.5.6"]
@@ -204,7 +204,7 @@ POST /v1/bootstrap/create_cluster
204204
"addr":"1.2.3.4",
205205
"external_addr":["2001:0db8:85a3:0000:0000:8a2e:0370:7334", "3.4.5.6"]
206206
},
207-
"bigstore_driver": "rocksdb"
207+
"bigstore_enabled": true
208208
},
209209
"license": "----- LICENSE START -----\ndi+iK...KniI9\n----- LICENSE END -----\n",
210210
"credentials": {

0 commit comments

Comments
 (0)