Difficulty: Advanced
What happens if a client's output buffer fills up in Redis?
If it reaches a configured limit, Redis will close the connection to protect server memory. This often happens if a subscriber can't keep up with messages.
Memory, Networking