Skip to content

A connection can get stuck indefinitely if an extremely large Redis command is received #91

Open
@rkarthik007

Description

If a Redis command larger than the maximum read buffer size is received, it will never get processed, and the buffer will never get freed. We need to detect the fact that the buffer is filled with one large incomplete command and respond with an error.

Metadata

Assignees

Labels

kind/bugThis issue is a bug

Type

No type

Projects

  • Status

    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions