Skip to content

Commit 6a94464

Browse files
committed
Merge branch 'release-rs-gilboa' into DOC-5680
2 parents de65637 + 05a2afe commit 6a94464

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ Redis Open Source 8.0 and 8.2 features are now available when you [create]({{<re
6767

6868
- See [What's new in Redis 8.2]({{<relref "/develop/whats-new/8-2">}}) and [Redis Open Source 8.2 release notes]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes">}}) for more details.
6969

70+
#### Automatically enabled capabilities in Redis 8
71+
72+
Redis Enterprise Software databases created with or upgraded to Redis version 8 or later automatically enable the capabilities (modules) bundled with Redis Enterprise Software as follows:
73+
74+
| Database type | Automatically enabled capabilities |
75+
|---------------|------------------------------------|
76+
| RAM-only | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Time series]({{<relref "/operate/oss_and_stack/stack-with-enterprise/timeseries">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
77+
| Flash-enabled ([Auto Tiering]({{<relref "/operate/rs/databases/auto-tiering">}})) | [JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}})<br />[Probabilistic]({{<relref "/operate/oss_and_stack/stack-with-enterprise/bloom">}}) |
78+
| [Active-Active]({{<relref "/operate/rs/databases/active-active">}}) | [Search and query]({{<relref "/operate/oss_and_stack/stack-with-enterprise/search/search-active-active">}})<br />[JSON]({{<relref "/operate/oss_and_stack/stack-with-enterprise/json">}}) |
79+
7080
#### Lag-aware availability API
7181

7282
The [database availability API]({{<relref "/operate/rs/references/rest-api/requests/bdbs/availability">}}) now supports lag-aware availability checks that consider replication lag tolerance.
@@ -101,20 +111,28 @@ The [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_eng
101111
102112
### Enhancements
103113
104-
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/update">}}) command to streamline updating module information in the CRDB configuration after uprading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
114+
- Module management enhancements:
105115
106-
```sh
107-
crdb-cli crdb update --crdb-guid <guid> --update-db-config-modules true
108-
```
116+
- Operating system (OS) upgrades no longer require manually uploading module packages compiled for the target OS version to a node in the existing cluster.
117+
118+
- Copying module packages to a node in the cluster before cluster recovery is no longer required.
109119
110-
- REST API enhancements:
120+
- Added new REST API requests to manage custom, user-defined modules. See [Custom module management APIs]({{<relref "/operate/rs/references/rest-api/requests/modules/user-defined">}}) for details.
121+
122+
- Added module configuration fields to the database configuration. Use `search`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`]({{<relref "/operate/rs/references/rest-api/requests/bdbs">}}) requests only when using the `extended=true` query parameter.
123+
124+
- Added `--update-db-config-modules` option to the [`crdb-cli crdb update`]({{<relref "/operate/rs/references/cli-utilities/crdb-cli/update">}}) command to streamline updating module information in the CRDB configuration after uprading modules used by Active-Active databases. Use this option only after all CRDB database instances have upgraded their modules.
125+
126+
```sh
127+
crdb-cli crdb update --crdb-guid <guid> --update-db-config-modules true
128+
```
129+
130+
- Additional REST API enhancements:
111131
112132
- Added `replica_sconns_on_demand` to the database configuration. When enabled, the DMC stops holding persistent connections to replica shards and reduces the number of internode connections by half.
113133
114134
- Added `conns_minimum_dedicated` to the database configuration to define the minimum number of dedicated server connections the DMC maintains per worker per shard.
115135
116-
- Added module configuration fields to the database configuration. Use `search`, `timeseries`, and `probabilistic` objects to configure Redis modules instead of the deprecated `module_args` field. These fields are visible in [`GET /v1/bdbs`]({{<relref "/operate/rs/references/rest-api/requests/bdbs">}}) requests only when using the `extended=true` query parameter.
117-
118136
- Added action IDs to operation and state machine log entries.
119137
120138
- Internal connections no longer generate `new_int_conn` audit records.

0 commit comments

Comments
 (0)