Skip to content

Commit f1ec914

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ a large number of elements (for example, a list with 1 million elements).
457457
However, the [KEYS]({{< relref "/commands/keys" >}}) command should almost never be run against a
458458
production system, since returning a list of all keys in a large Redis database can cause significant slowdowns
459459
and block other operations. If you need to scan the keyspace, especially in a production cluster, always use the
460-
[SCAN](https://redis.io/docs/latest/commands/scan) command instead.
460+
[SCAN]({{< relref "/commands/scan" >}}) command instead.
461461

462462
### Troubleshooting
463463

0 commit comments

Comments
 (0)