content/develop/whats-new/redis-feature-sets.md
A Redis feature set includes a specific Redis database version along with the advanced capabilities and data structures provided by compatible module versions.
To use a new feature introduced in a later feature set, you must upgrade the corresponding components according to the following table.
| Redis feature set | What's new |
|---|---|
| Feature set version: 8.6 | See [here]({{< relref "/develop/whats-new/8-6" >}}) |
| Feature set version: 8.4 | See [here]({{< relref "/develop/whats-new/8-4" >}}) |
| Feature set version: 8.2 | See [here]({{< relref "/develop/whats-new/8-2" >}}) |
| Feature set version: 8.0 | See [here]({{< relref "/develop/whats-new/8-0" >}}) |
| Feature set version: 7.4 |
Component versions: [Redis 7.4]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisce-7.4-release-notes.md">}}) [Search 2.10]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md" >}}) [JSON 2.8]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md">}}) [Time series 1.12]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md">}}) [Bloom 2.8]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md">}}) | Hash:
XREAD]({{<relref "/commands/xread">}}) with the new ID value +.
Time series:
Insertion-filter for close samples.
JSON:AOF commands multiple times in [JSON.MSET]({{< relref "commands/json.mset/" >}}).
Probabilistic:CMS.MERGE]({{< relref "commands/cms.merge/" >}}) results in an overflow or underflow.
Redis Search:BFLOAT16 and FLOAT16 vector data types, reducing memory consumed by vectors while preserving accuracy.TAG fields without needing to escape special characters.INTERSECT and DISJOINT operators, improved reporting of the memory consumed by the index, and exposed full-text scoring in aggregation pipelines. |
| Feature set version: 7.2Component versions: Redis 7.2 [Search 2.8]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}}) [JSON 2.6]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md">}}) [Time series 1.10]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md">}}) [Bloom 2.6]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md">}}) Gears 2.0 | - Performance and resource utilization improvements, including significant memory and speed optimizations for lists, sets, and sorted sets. JSON:
JSON.MERGE]({{< relref "commands/json.merge/" >}}) and [JSON.MSET]({{< relref "commands/json.mset/" >}}).
Redis Search:Component versions: Redis 6.2 [Search 2.6]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md" >}}) [JSON 2.4]({{<relref "operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md">}}) [Time series 1.8]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md">}}) [Bloom 2.4]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md">}}) [Graph 2.10]({{<relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisgraph/redisgraph-2.10-release-notes.md">}}) | Time series:
TEXT and TAG.