Skip to content

The RedisServer's Connection doesn't release when the redis client broken for some exception like network broken. #937

@pumadong

Description

@pumadong

redis-cli -h ip -p port
connecting ok
then the network is broken
after a minute,the newwork goes well
connect again
now the redis-server has two connections,will not be released.

base on this question,if we have very many clients which network is unstable,and these clients subscribe the redis server,then the redis server will produce very many connections badly.

what should we do?

Thanks.

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