Closed codesections closed 5 years ago
This PR stores each message received from Redis as a growable string rather than in a buffer of fixed size. This allows the server to receive messages of any length.
This PR stores each message received from Redis as a growable string rather than in a buffer of fixed size. This allows the server to receive messages of any length.