You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/whats-new/8-0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ The new `Vector set` data structure supports high-dimensional vector similarity
37
37
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.
38
38
39
39
#### 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
+
40
42
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.
0 commit comments