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 ec15e7d commit f1ec914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ a large number of elements (for example, a list with 1 million elements).
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.
[SCAN]({{< relref "/commands/scan" >}}) command instead.

### Troubleshooting

Expand Down

0 comments on commit f1ec914

Please sign in to comment.