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-6.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Redis 8.6 includes important security and privacy enhancements:
34
34
35
35
### Stream idempotency
36
36
37
-
Redis 8.6 introduces powerful idempotency features for Redis Streams that provide at-most-once delivery guarantees:
37
+
Redis 8.6 introduces powerful idempotency features for [Redis Streams]({{< relref "/develop/data-types/streams/" >}}) that provide at-most-once delivery guarantees:
38
38
39
39
-**IDMPAUTO argument**: Automatically generates idempotent identifiers for `XADD` operations.
40
40
-**IDMP argument**: Allows manual specification of idempotent identifiers.
@@ -43,7 +43,7 @@ These features prevent duplicate entries in streams, making Redis Streams more r
43
43
44
44
### Enhanced memory management
45
45
46
-
Redis 8.6 introduces new eviction policies that provide more granular control over memory management:
46
+
Redis 8.6 introduces new [eviction policies]({{< relref "/develop/reference/eviction/" >}}) that provide more granular control over memory management:
47
47
48
48
-**volatile-lrm**: Evicts keys with expiration times based on least recently modified criteria.
49
49
-**allkeys-lrm**: Evicts any keys based on least recently modified criteria.
0 commit comments