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 2078c97 commit db1fd06
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,9 @@ This section defines each of these patterns and describes how to diagnose and mi

Not all Redis operations are equally efficient.
The most efficient Redis operations are O(1) operations; that is, they have a constant time complexity.
Example of such operations include [GET](https://redis.io/docs/latest/commands/get/),
[SET](https://redis.io/docs/latest/commands/set/), [SADD](https://redis.io/docs/latest/commands/sadd/),
and [HSET](https://redis.io/docs/latest/commands/hset/).
Example of such operations include [GET]({{< relref "/commands/get" >}}),
[SET]({{< relref "/commands/set" >}}), [SADD]({{< relref "/commands/sadd" >}}),
and [HSET]({{< relref "/commands/hset" >}}).

These constant time operations are unlikely to cause high CPU utilization. **Note:** Even so,
it's still possible for a high rate of constant time operations to overwhelm an underprovisioned database.
Expand Down

0 comments on commit db1fd06

Please sign in to comment.