Skip to content

Commit abbcf87

Browse files
Oh yeah... links (duh). :) Thank you, @mich-elle-luna!
Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
1 parent 57ae58c commit abbcf87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • content/develop/whats-new

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Redis 8.6 includes important security and privacy enhancements:
3434

3535
### Stream idempotency
3636

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:
3838

3939
- **IDMPAUTO argument**: Automatically generates idempotent identifiers for `XADD` operations.
4040
- **IDMP argument**: Allows manual specification of idempotent identifiers.
@@ -43,7 +43,7 @@ These features prevent duplicate entries in streams, making Redis Streams more r
4343

4444
### Enhanced memory management
4545

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:
4747

4848
- **volatile-lrm**: Evicts keys with expiration times based on least recently modified criteria.
4949
- **allkeys-lrm**: Evicts any keys based on least recently modified criteria.
@@ -60,7 +60,7 @@ Redis 8.6 introduces automatic client authentication using TLS certificates. Thi
6060

6161
### Enhanced time series capabilities
6262

63-
Redis 8.6 extends time series functionality with:
63+
Redis 8.6 extends [time series]({{< relref "/develop/data-types/timeseries/" >}}) functionality with:
6464

6565
- **NaN value support**: Time series can now store and process Not-a-Number values for incomplete or invalid data points.
6666
- **New aggregators**: `COUNTNAN` and `COUNTALL` aggregators provide better analytics for datasets containing NaN values.

0 commit comments

Comments
 (0)