File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/integrate/prometheus-with-redis-enterprise Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,8 +449,8 @@ it's still possible for a high rate of constant time operations to overwhelm an
449449
450450Other Redis operations exhibit greater levels of time complexity.
451451O(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" >}} ).
454454These operations are not necessarily problematic, but they can be if executed against data structures holding
455455a large number of elements (for example, a list with 1 million elements).
456456
You can’t perform that action at this time.
0 commit comments