Monitor big keys on Valkey #2640
Unanswered
prd-vuong-huynhphuc
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Why it is closed? I think this is a good topic |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Valkey does not provide a straightforward way to monitor or alert when certain keys become very large (for example, a single string key or hash field reaching 500MB). In high-traffic environments, big keys can cause:
Latency spikes when accessed (GET, HGETALL, etc.)
Memory fragmentation or eviction pressure
Blocking during RDB/AOF persistence
Beta Was this translation helpful? Give feedback.
All reactions