Skip to content

Commit

Permalink
Update content/integrate/prometheus-with-redis-enterprise/observabili…
Browse files Browse the repository at this point in the history
…ty.md

Co-authored-by: andy-stark-redis <[email protected]>
  • Loading branch information
mich-elle-luna and andy-stark-redis authored Dec 2, 2024
1 parent 965beac commit ec15e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ and [LREM]({{< relref "/commands/lrem" >}}).
These operations are not necessarily problematic, but they can be if executed against data structures holding
a large number of elements (for example, a list with 1 million elements).

However, the [KEYS](https://redis.io/docs/latest/commands/keys/) command should almost never be run against a
However, the [KEYS]({{< relref "/commands/keys" >}}) command should almost never be run against a
production system, since returning a list of all keys in a large Redis database can cause significant slowdowns
and block other operations. If you need to scan the keyspace, especially in a production cluster, always use the
[SCAN](https://redis.io/docs/latest/commands/scan) command instead.
Expand Down

0 comments on commit ec15e7d

Please sign in to comment.