Skip to content

Commit 7c6adca

Browse files
committed
Copied RQE deprecations to RS 8 release notes index page
1 parent ed530c9 commit 7c6adca

File tree

1 file changed

+12
-0
lines changed
  • content/operate/rs/release-notes/rs-8-0-releases

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@ Note that the `@all` category did not change, as it always included all the comm
8181

8282
- Deprecated the `module_args` field for [database]({{<relref "/operate/rs/references/rest-api/requests/bdbs">}}) REST API requests. Use the new module configuration objects `search`, `timeseries`, and `probabilistic` instead.
8383

84+
#### Redis Query Engine deprecations
85+
86+
- Deprecated commands: `FT.ADD`, `FT.SAFEADD`, `FT.DEL`, `FT.GET`, `FT.MGET`, `FT.SYNADD`, `FT.DROP`, `FT._DROPIFX`, and `FT.CONFIG`.
87+
88+
- Deprecated `FT.SEARCH` options: `GEOFILTER`, `FILTER`, and `NOSTOPWORDS`.
89+
90+
- Deprecated vector search options: `INITIAL_CAP` and `BLOCK_SIZE`.
91+
92+
- Deprecated configuration parameters: `WORKER_THREADS`, `MT_MODE`, `PRIVILEGED_THREADS_NUM`, and `GCSCANSIZE`.
93+
94+
- Deprecated dialects: `DIALECT 1`, `DIALECT 3`, and `DIALECT 4`.
95+
8496
#### Internal monitoring and v1 Prometheus metrics deprecation
8597

8698
The existing [internal monitoring engine]({{<relref "/operate/rs/monitoring/v1_monitoring">}}) is deprecated. We recommend transitioning to the new [metrics stream engine]({{<relref "/operate/rs/monitoring/metrics_stream_engine">}}) for improved performance, enhanced integration capabilities, and modernized metrics streaming.

0 commit comments

Comments
 (0)