Skip to content

Add keepalive for redis client to make the connections reliable #263

Open
@NomadXD

Description

@NomadXD

In a case of a sudden connection loss Redis clients are not able detect network problems, and will be listening for Pub/Sub messages on a broken TCP connection for hours, making Pub/Sub unusable.

This is a common issue in redis clients and some redis clients like lettuce are already fixed . redis/lettuce#1428

Refer to this issue for more info: redis/redis#7855

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