Skip to content

Handle QUIT cleanly #19

@marcinkaszynski

Description

@marcinkaszynski

Currently when a client sends QUIT to redis-proxy, it just forwards it like any other command and lets Redis handle that. The result is that Redis closes connection, redis-proxy sees that and complains about EOF in logs.

The right thing to do would be to notice that the client sent QUIT, still pass it to Redis, but then handle the resulting EOF silently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions