Client Buffers

Difficulty: Advanced

Question

What happens if a client's output buffer fills up in Redis?

Answer

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.

Concepts covered

Memory, Networking