Skip to content

Commit 38d96fc

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

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
@@ -471,7 +471,7 @@ Redis Cloud dashboard showing slow database operations
471471

472472
| Issue | Remediation |
473473
| ------ | :------ |
474-
|The KEYS command shows up in the slow log |Find the application that issuing the KEYS command and replace it with a SCAN command. In an emergency situation, you can [alter the ACLs for the database user](https://redis.io/docs/latest/operate/rs/security/access-control/rbac/configure-acl/) so that Redis will reject the KEYS command altogether. |
474+
|The KEYS command shows up in the slow log |Find the application that issues the KEYS command and replace it with a SCAN command. In an emergency situation, you can [alter the ACLs for the database user](https://redis.io/docs/latest/operate/rs/security/access-control/rbac/configure-acl/) so that Redis will reject the KEYS command altogether. |
475475
|The slow log shows a significant number of slow, O(n) operations | If these operations are being issued against large data structures, then the application may need to be refactored to use more efficient Redis commands. |
476476
|The slow logs contains only O(1) commands, and these commands are taking several milliseconds or more to completen |This likely indicates that the database is underprovisioned. Consider increasing the number of shards and/or nodes. |
477477

0 commit comments

Comments
 (0)