Skip to content

Commit 1b4cd66

Browse files
Update 8-0.md
1 parent 91b7864 commit 1b4cd66

File tree

1 file changed

+2
-2
lines changed
  • content/develop/whats-new

1 file changed

+2
-2
lines changed

content/develop/whats-new/8-0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Redis 8 expands on HyperLogLog by adding five additional probabilistic data stru
5050
These structures trade absolute accuracy for significant performance and memory gains, and are ideal for streaming and telemetry workloads.
5151
### Query Enhancements
5252
#### Redis Query Engine
53-
The Redis Query Engine now supports indexing and querying data stored in `HASH` and `JSON` structures, allowing advanced search patterns without scanning entire keyspaces.
53+
The Redis Query Engine allows users to use Redis as a document database, a vector database, a secondary index, and a search engine. With Redis Query Engine, users can define indexes for hash and JSON documents, and use a rich query language for vector search, full-text search, geospatial queries, and aggregations.
5454

5555
Use cases include:
5656

@@ -71,7 +71,7 @@ Redis 8 builds on Redis 7.4’s introduction of field-level expiration in hashes
7171
- [HSETEX](https://redis.io/docs/latest/commands/hsetex/): Set a hash field and optionally set an expiration
7272
- [HGETDEL](https://redis.io/docs/latest/commands/hgetdel/): Fetch and delete a hash field
7373

74-
These commands simplify common patterns used in caching and session management.
74+
These commands simplify common caching and session management usage patterns.
7575

7676
### Performance improvements
7777
Redis 8 delivers the largest performance leap in Redis history with over 30 optimizations, including:

0 commit comments

Comments
 (0)