Skip to content

Commit 793a699

Browse files
committed
Merge branch 'release-rs-fuya-fuya' into DOC-4522
2 parents ea3390c + 0c9b912 commit 793a699

File tree

23 files changed

+39
-17
lines changed

23 files changed

+39
-17
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
1. On the **Databases** screen, select **Quick database**.
2+
3+
{{<image filename="images/rs/screenshots/databases/db-screen.png" alt="Select Quick database on the Databases screen." >}}
4+
5+
1. Enter 12000 for the **Port**.
6+
7+
If port 12000 is not available, enter any available port number between 10000 to 19999 or leave it blank to let the cluster assign a port number for you. You will use this port number to connect to the database.
8+
9+
{{<image filename="images/rs/screenshots/databases/quick-db-7-8-2.png" alt="Create a quick database." >}}
10+
11+
1. Select **Create** to create your database.
12+
13+
When you see **Database active** appear on the database configuration screen, the database is activated and ready for you to use.
14+
15+
{{<image filename="images/rs/icons/db-active-icon.png" width="150px" alt="Database active icon." >}}
16+
17+
18+
You now have a Redis database!

content/operate/oss_and_stack/stack-with-enterprise/install/add-module-to-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In the Redis Enterprise Cluster Manager UI, follow these steps to add modules to
3030

3131
1. In the **Capabilities** section, select one or more capabilities:
3232

33-
{{<image filename="images/rs/screenshots/databases/quick-db-capabilities.png" alt="Select which capabilities to add to your database.">}}
33+
{{<image filename="images/rs/screenshots/databases/quick-db-capabilities-7-8-2.png" alt="Select which capabilities to add to your database.">}}
3434

3535
{{<note>}}
3636
You cannot use RediSearch 1.x and RediSearch 2.x in the same database.

content/operate/rs/databases/active-active/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Each Active-Active instance must have a unique fully-qualified domain name (FQDN
130130

131131
1. In the **High availability** section, turn off **Replication** since each cluster has only one node in this setup:
132132

133-
{{<image filename="images/rs/screenshots/databases/active-active-databases/quickstart-ha-turn-off-replication.png" alt="Turn off replication in the High availability section.">}}
133+
{{<image filename="images/rs/screenshots/databases/active-active-databases/quickstart-ha-turn-off-replication-7-8-2.png" alt="Turn off replication in the High availability section.">}}
134134

135135

136136
1. In the **Clustering** section, either:

content/operate/rs/databases/auto-tiering/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ On the **Databases** screen:
103103

104104
1. Verify **Flash** is selected for **Runs on**.
105105

106-
{{<image filename="images/rs/screenshots/databases/quick-db-flash.png" alt="Create a quick database with Runs on Flash selected." >}}
106+
{{<image filename="images/rs/screenshots/databases/quick-db-flash-7-8-2.png" alt="Create a quick database with Runs on Flash selected." >}}
107107

108108
1. Enter `12000` for the endpoint **Port** number.
109109

content/operate/rs/databases/configure/oss-cluster-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To enable the OSS Cluster API for an existing database in the Cluster Manager UI
4848

4949
1. Select **OSS Cluster API**.
5050

51-
{{<image filename="images/rs/screenshots/databases/config-clustering-oss-cluster-api.png" alt="Use the *OSS Cluster API* setting to enable the API for the selected database.">}}
51+
{{<image filename="images/rs/screenshots/databases/config-clustering-oss-cluster-api-7-8-2.png" alt="Use the *OSS Cluster API* setting to enable the API for the selected database.">}}
5252

5353
1. Select **Save**.
5454

content/operate/rs/databases/configure/replica-ha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Replica high availability is enabled for the cluster by default.
5858

5959
When you create a database using the Cluster Manager UI, replica high availability is enabled for the database by default if you enable replication.
6060

61-
{{<image filename="images/rs/screenshots/databases/config-replica-ha-enabled.png" alt="When you select the Replication checkbox in the High availability section of the database configuration screen, the Replica high availability checkbox is also selected by default.">}}
61+
{{<image filename="images/rs/screenshots/databases/config-replica-ha-enabled-7-8-2.png" alt="When you select the Replication checkbox in the High availability section of the database configuration screen, the Replica high availability checkbox is also selected by default.">}}
6262

6363
To use replication without replication high availability, clear the **Replica high availability** checkbox.
6464

content/operate/rs/installing-upgrading/quickstarts/docker-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ with `-p <host_port>:<container_port>` or use the `--network host` option to ope
7070

7171
## Create a database
7272

73-
{{<embed-md "quick-db-setup.md">}}
73+
{{<embed-md "rs-quick-db-setup-7-8.md">}}
7474

7575
{{< note >}}
7676
{{< embed-md "docker-memory-limitation.md" >}}

content/operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To set up your machine as a Redis Enterprise Software cluster:
8888

8989
## Create a database
9090

91-
{{<embed-md "quick-db-setup.md">}}
91+
{{<embed-md "rs-quick-db-setup-7-8.md">}}
9292

9393
## Connect to your database
9494

content/operate/rs/references/rest-api/requests/bdbs/availability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following are possible `error_code` values:
7373

7474
| Code | Description |
7575
|------|-------------|
76-
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | Database endpoint is available |
76+
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | Database endpoint is available. |
7777
| [503 Service Unavailable](https://www.rfc-editor.org/rfc/rfc9110.html#name-503-service-unavailable) | Database endpoint is unavailable. |
7878

7979

@@ -138,5 +138,5 @@ The following are possible `error_code` values:
138138

139139
| Code | Description |
140140
|------|-------------|
141-
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | Database is available |
141+
| [200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok) | Database is available. |
142142
| [503 Service Unavailable](https://www.rfc-editor.org/rfc/rfc9110.html#name-503-service-unavailable) | Database is unavailable or doesn't have quorum. |

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.4.0
9-
description: Redis Community Edition 7.4 features. Client-side caching support. Metrics stream engine preview. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. User manager role. Log rotation based on both size and time. Module management enhancements. Configurable minimum password length. Configurable license expiration alert threshold.
9+
description: Redis Community Edition 7.4 features. Hash field expiration. Client-side caching support. Metrics stream engine preview. New APIs to check database availability, rebalance shards, fail over shards, and control database traffic. Cluster Manager UI enhancements for node actions, database tags, and database configuration. User manager role. Log rotation based on both size and time. Module management enhancements. Configurable minimum password length. Configurable license expiration alert threshold.
1010
hideListLinks: true
1111
linkTitle: 7.8.2 releases
1212
toc: 'true'
@@ -21,6 +21,8 @@ This version offers:
2121

2222
- Redis Community Edition 7.4 features
2323

24+
- Hash field expiration
25+
2426
- Client-side caching support
2527

2628
- Metrics stream engine preview
@@ -156,7 +158,7 @@ If your database currently uses triggers and functions, you need to:
156158

157159
#### V1 Prometheus metrics deprecation
158160

159-
V1 Prometheus metrics are deprecated. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL](<!--TODO: Add link-->) now, or wait to use new preconfigured dashboards when they become available in a future release.
161+
V1 Prometheus metrics are deprecated. To transition to the new metrics stream engine, either migrate your existing dashboards using [Prometheus v1 metrics and equivalent v2 PromQL]({{<relref "/integrate/prometheus-with-redis-enterprise/prometheus-metrics-v1-to-v2">}}) now, or wait to use new preconfigured dashboards when they become available in a future release.
160162

161163
#### Download center modules deprecation
162164

0 commit comments

Comments
 (0)