Skip to content

Implement auto ping #1

Open
Open
@3rd-Eden

Description

@3rd-Eden

There's a small annoyance with pub/sub and that is if you don't publish frequently enough the connected client might disconnect due to it's configuration in redis. In order to combat this we should be sending frequent ping messages. The timeout can be retrieved by issuing config get timeout in the redis-cli.

We could just send a simple ping packet to redis server or broadcast a ping message over pub/sub channels.

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