redis
config_error
ai_generated
true
Client closed: output buffer limit exceeded
ID: redis/client-output-buffer-limit
80%Fix Rate
84%Confidence
3Evidence
2023-01-01First Seen
Version Compatibility
| Version | Status | Introduced | Deprecated | Notes |
|---|---|---|---|---|
| 7 | active | — | — | — |
Root Cause
Client disconnected due to output buffer exceeding limit.
genericWorkarounds
-
88% success Tune client-output-buffer-limit per client type: normal, replica, pubsub
-
85% success Reduce pub/sub message size and frequency
Dead Ends
Common approaches that don't work:
-
Set output buffer limit to unlimited
82% fail
OOM risk
-
Disable pub/sub to avoid buffering
78% fail
Loses messaging capability