Skip to content

Commit 952421f

Browse files
committed
Apply review comments
1 parent 8d6b8c8 commit 952421f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisstack/redisstack-7.4-release-notes.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This is a GA release of Redis Stack version 7.4.
6868
### Headlines
6969
**Data Structures**
7070

71-
`Hash`: Redis now supports expiration of individual hash fields. Redis already supports key expiration. For each key - users can specify a time when the key should expire, or alternatively - specify the remaining time-to-live (TTL) after which the key would expire. One very frequent request was to allow specifying expiration time or TTL also for individual hash fields, which is now supported using 9 new Redis commands:
71+
`Hash`: Redis now supports expiration of individual hash fields. Redis already supports key expiration. For each key, users can specify a time when it should expire, or specify the remaining time-to-live (TTL) after which it would expire. One very frequent request was to allow specifying expiration time or TTL also for individual hash fields, which is now supported using nine new Redis commands:
7272
- `HEXPIRE`, `HPEXPIRE`, `HEXPIREAT`, `HPEXPIREAT` - set the time when specific hash fields should expire, or the remaining time-to-live for specific fields.
7373
- `HTTL`, `HPTTL`, `HEXPIRETIME`, `HPEXPIRETIME` - retrieve the time when specific hash fields should expire, or the remaining time-to-live for specific fields
7474
- `HPERSIST` - remove the expiration of specific hash fields.
@@ -78,16 +78,16 @@ There are many additional improvements, including new command arguments, securit
7878

7979
`Time series`: The latest time series data structure adds a highly requested feature: insertion-filter for close samples. Many sensors report data periodically. Often, the difference between the measured value and the previously measured value is negligible and related to random noise or to measurement accuracy limitations. When both the time difference and the value difference between the current and the previous sample are small, it may be preferable to ignore (not to add) the new measurement.
8080

81-
`JSON`: Introduces a fix to not duplicate AOF commands multiple times in `JSON.MSET`.
81+
`JSON`: Introduces a fix to avoid duplicating AOF commands multiple times in `JSON.MSET`.
8282

8383
`Probabilistic`: Now, an error is returned if `CMS.MERGE` results in an overflow or underflow.
8484

8585
**Search and query**
8686

87-
New `BFLOAT16` and `FLOAT16` vector data types, reducing memory consumed by vectors while preserving accuracy.
88-
Support for indexing empty and missing values and enhanced developer experience for queries with exact matching capabilities.
89-
Developers can now match `TAG` fields without needing to escape special characters, making the onboarding process and use of the query syntax simpler.
90-
Geospatial search capabilities have been expanded with new `INTERSECT` and `DISJOINT` operators, and ergonomics have been improved by providing better reporting of the memory consumed by the index and exposing the Full-text scoring in the aggregation pipeline.
87+
- New `BFLOAT16` and `FLOAT16` vector data types reduce memory consumed by vectors while preserving accuracy.
88+
- Support for indexing empty and missing values and enhanced developer experience for queries with exact matching capabilities.
89+
- Developers can now match `TAG` fields without needing to escape special characters, making the onboarding process and use of the query syntax simpler.
90+
- Geospatial search capabilities have been expanded with new `INTERSECT` and `DISJOINT` operators, and ergonomics have been improved by providing better reporting of the memory consumed by the index and exposing the Full-text scoring in the aggregation pipeline.
9191

9292
**Removal of triggers and functions**
9393

0 commit comments

Comments
 (0)