Skip to content

Commit 98f29fe

Browse files
committed
DOC-4973 RS: Added JSON active degramentation known limitation to RS April release notes
1 parent 290cfab commit 98f29fe

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,7 @@ You cannot upgrade from a prior RHEL version to RHEL 9 if the Redis Enterprise S
118118
#### Query results might include hash keys with lazily expired fields
119119

120120
If one or more fields of a hash key expire after an `FT.SEARCH` or `FT.AGGREGATE` query begins, Redis does not account for these lazily expired fields. As a result, keys with expired fields might still be included in the query results, leading to potentially incorrect or inconsistent results.
121+
122+
#### Active defragmentation does not stop mid-key for JSON
123+
124+
Active defragmentation does not stop mid-key for JSON data. Large keys are defragmented in full, which might cause latency spikes.

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-x-tba.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ You cannot upgrade from a prior RHEL version to RHEL 9 if the Redis Enterprise S
253253

254254
If one or more fields of a hash key expire after an `FT.SEARCH` or `FT.AGGREGATE` query begins, Redis does not account for these lazily expired fields. As a result, keys with expired fields might still be included in the query results, leading to potentially incorrect or inconsistent results.
255255

256+
#### Active defragmentation does not stop mid-key for JSON
257+
258+
Active defragmentation does not stop mid-key for JSON data. Large keys are defragmented in full, which might cause latency spikes.
259+
256260
## Security
257261

258262
#### Open source Redis security fixes compatibility

0 commit comments

Comments
 (0)