Skip to content

Commit 2dabbb0

Browse files
Merge pull request #83 from redis-learn/release-rs-fuji-april
RS: 7.4.2 Fuji April maintenance release docs
2 parents 197f1a3 + 192925d commit 2dabbb0

File tree

12 files changed

+242
-6
lines changed

12 files changed

+242
-6
lines changed

content/embeds/supported-platforms-embed.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Redis Enterprise Software is supported on several operating systems, cloud envi
55

66
<span title="Check mark icon">&#x2705;</span> Supported – The platform is supported for this version of Redis Enterprise Software and Redis Stack modules.
77

8-
<span title="Warning icon">&#x26A0;&#xFE0F;</span> Deprecation warning – The platform is still supported for this version of Redis Enterprise Software, but support will be removed in a future release.
8+
<span title="Warning icon" class="font-serif">:warning:</span> Deprecation warning – The platform is still supported for this version of Redis Enterprise Software, but support will be removed in a future release.
99

1010
| Redis Enterprise<br />major versions | 7.4 | 7.2 | 6.4 | 6.2 |
1111
|---------------------------------|:-----:|:-----:|:-----:|:-----:|
@@ -14,10 +14,10 @@ Redis Enterprise Software is supported on several operating systems, cloud envi
1414
| **Platforms** | | | | |
1515
| RHEL 9 &<br />compatible distros<sup>[1](#table-note-1)</sup> | <span title="Supported">&#x2705;</span> ||||
1616
| RHEL 8 &<br />compatible distros<sup>[1](#table-note-1)</sup> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
17-
| RHEL 7 &<br />compatible distros<sup>[1](#table-note-1)</sup> || <span title="Deprecated">&#x26A0;&#xFE0F;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
17+
| RHEL 7 &<br />compatible distros<sup>[1](#table-note-1)</sup> || <span title="Deprecated" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
1818
| Ubuntu 20.04<sup>[2](#table-note-2)</sup> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> ||
19-
| Ubuntu 18.04<sup>[2](#table-note-2)</sup> | <span title="Deprecated">&#x26A0;&#xFE0F;</span> | <span title="Deprecated">&#x26A0;&#xFE0F;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
20-
| Ubuntu 16.04<sup>[2](#table-note-2)</sup> || <span title="Deprecated">&#x26A0;&#xFE0F;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
19+
| Ubuntu 18.04<sup>[2](#table-note-2)</sup> | <span title="Deprecated" class="font-serif">:warning:</span> | <span title="Deprecated" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
20+
| Ubuntu 16.04<sup>[2](#table-note-2)</sup> || <span title="Deprecated" class="font-serif">:warning:</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
2121
| Amazon Linux 2 | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> ||
2222
| Amazon Linux 1 || <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |
2323
| Kubernetes<sup>[3](#table-note-3)</sup> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> | <span title="Supported">&#x2705;</span> |

content/operate/rs/databases/active-active/create.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/opera
104104
105105
## Configuration settings
106106
107-
- **Name** - The database name requirements are:
107+
- **Database version** - The Redis version used by your database.
108+
109+
- **Database name** - The database name requirements are:
108110
109111
- Maximum of 63 characters
110112
@@ -114,7 +116,7 @@ You cannot add RAM-only clusters and [flash-enabled clusters]({{< relref "/opera
114116
115117
- Case-sensitive
116118
117-
- **Endpoint port number** - You can define the port number that clients use to connect to the database. Otherwise, a port is randomly selected.
119+
- **Port** - You can define the port number that clients use to connect to the database. Otherwise, a port is randomly selected.
118120
119121
{{< note >}}
120122
You cannot change the [port number]({{< relref "/operate/rs/networking/port-configurations.md" >}})

content/operate/rs/databases/create.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To quickly create a database and skip additional configuration options during in
4343

4444
1. On the **Databases** screen, select **Quick database**.
4545

46+
1. Select a Redis version from the **Database version** list.
47+
4648
1. Configure settings that are required for database creation but can be changed later:
4749

4850
- Database name
@@ -83,6 +85,8 @@ To create a new database and configure additional settings:
8385
For Active-Active databases, see [Create an Active-Active geo-replicated database]({{< relref "/operate/rs/databases/active-active/create" >}}).
8486
{{</note>}}
8587

88+
1. Select a Redis version from the **Database version** list.
89+
8690
1. Enter a **Database name**.
8791

8892
- Maximum of 63 characters

content/operate/rs/references/cli-utilities/rladmin/tune.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,15 @@ rladmin tune cluster
4646
[ db_conns_auditing { enabled | disabled } ]
4747
[ acl_pubsub_default { resetchannels | allchannels } ]
4848
[ resp3_default { enabled | disabled } ]
49+
[ automatic_node_offload { enabled | disabled } ]
4950
```
5051
5152
### Parameters
5253
5354
| Parameters | Type/Value | Description |
5455
|----------------------------------------|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------|
5556
| acl_pubsub_default | `resetchannels`<br /> `allchannels` | Default pub/sub ACL rule for all databases in the cluster:<br />`resetchannels` blocks access to all channels (restrictive)<br />`allchannels` allows access to all channels (permissive) |
57+
| automatic_node_offload | `enabled`<br />`disabled` | Define whether automatic node offload migration will take place |
5658
| data_internode_encryption | `enabled`<br />`disabled` | Activates or deactivates [internode encryption]({{< relref "/operate/rs/security/encryption/internode-encryption" >}}) for new databases |
5759
| db_conns_auditing | `enabled`<br /> `disabled` | Activates or deactivates [connection auditing]({{< relref "/operate/rs/security/audit-events" >}}) by default for new databases of a cluster |
5860
| default_concurrent_restore_actions | integer<br />`all` | Default number of concurrent actions when restoring a node from a snapshot (positive integer or "all") |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Cluster resources management policy
1616
|------|------------|-------------|
1717
| acl_pubsub_default | `resetchannels`<br /> `allchannels` | Default pub/sub ACL rule for all databases in the cluster:<br />•`resetchannels` blocks access to all channels (restrictive)<br />•`allchannels` allows access to all channels (permissive) |
1818
| auto_recovery | boolean (default:&nbsp;false) | Defines whether to use automatic recovery after shard failure |
19+
| automatic_node_offload | boolean (default:&nbsp;true) | Defines whether the cluster will automatically migrate shards from a node, in case the node is overbooked |
1920
| bigstore_migrate_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
2021
| bigstore_migrate_node_threshold_p | integer | Minimum free memory (excluding reserved memory) allowed on a node before automatic migration of shards from it to free more memory |
2122
| bigstore_provision_node_threshold | integer | Minimum free memory (excluding reserved memory) allowed on a node before new shards can no longer be added to it |

0 commit comments

Comments
 (0)