Skip to content

Handle QUIT cleanly #19

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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