Skip to content

Commit 31d1227

Browse files
committed
DOC-5426 Added Redis Query Engine deprecations to Redis 8 changes section of the RS 8 release notes
1 parent a1b89b0 commit 31d1227

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,18 @@ The following changes affect behavior and validation in the Redis Query Engine:
272272
- Updates to scoring (`BM25` is now the default instead of `TF-IDF`).
273273
- Improved handling of expired records, memory constraints, and malformed fields.
274274

275+
Redis Query Engine deprecations:
276+
277+
- Deprecated commands: `FT.ADD`, `FT.SAFEADD`, `FT.DEL`, `FT.GET`, `FT.MGET`, `FT.SYNADD`, `FT.DROP`, `FT._DROPIFX`, and `FT.CONFIG`.
278+
279+
- Deprecated `FT.SEARCH` options: `GEOFILTER`, `FILTER`, and `NOSTOPWORDS`.
280+
281+
- Deprecated vector search options: `INITIAL_CAP` and `BLOCK_SIZE`.
282+
283+
- Deprecated configuration parameters: `WORKER_THREADS`, `MT_MODE`, `PRIVILEGED_THREADS_NUM`, and `GCSCANSIZE`.
284+
285+
- Deprecated dialects: `DIALECT 1`, `DIALECT 3`, and `DIALECT 4`.
286+
275287
### Product lifecycle updates
276288

277289
- TBA

0 commit comments

Comments
 (0)