Skip to content

Commit 965beac

Browse files
Update content/integrate/prometheus-with-redis-enterprise/observability.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent db1fd06 commit 965beac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/integrate/prometheus-with-redis-enterprise/observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ it's still possible for a high rate of constant time operations to overwhelm an
449449

450450
Other Redis operations exhibit greater levels of time complexity.
451451
O(n) (linear time) operations are more likely to cause high CPU utilization.
452-
Examples include [HGETALL](https://redis.io/docs/latest/commands/keys/), [SMEMBERS](https://redis.io/docs/latest/commands/smembers/),
453-
and [LREM](https://redis.io/docs/latest/commands/lrem/).
452+
Examples include [HGETALL]({{< relref "/commands/hgetall" >}}), [SMEMBERS]({{< relref "/commands/smembers" >}}),
453+
and [LREM]({{< relref "/commands/lrem" >}}).
454454
These operations are not necessarily problematic, but they can be if executed against data structures holding
455455
a large number of elements (for example, a list with 1 million elements).
456456

0 commit comments

Comments
 (0)