You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aping
message over pub/sub channels.The text was updated successfully, but these errors were encountered: