Skip to content

Commit 1ee113f

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

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The new `Vector set` data structure supports high-dimensional vector similarity
3737
Redis 8 introduces a native JSON data structure, enabling you to store and manipulate hierarchical documents directly. JSONPath expressions are supported for targeted reads and updates. Atomic operations allow modification of individual fields without fetching the entire document, making it ideal for session management, user profiles, and modern web applications.
3838

3939
#### Time series
40+
A time series in Redis allows storing and querying a series of timestamped data points (samples), typically representing how a metric changes over time.
41+
4042
The time series data structure is optimized for high-ingestion workloads with time-stamped data—such as IoT, telemetry, and financial applications. Redis 8 applies efficient compression algorithms to reduce memory usage and supports downsampling (compaction) rules for long-term retention.
4143

4244
#### Probabilistic data structures

0 commit comments

Comments
 (0)