Alert all clients that another client lost connection to the redis-master

Is there a method or service to alert/notify all clients if one client lost connection to the redis-master?

For Example:
I installed a redis-master with multiple clients.
Everyone of these clients has a status field at the redis-master (OK/NOK/UNKOWN).
Is there a method/service to change the status to NOK or UNKOWN after one client was surprisingly shutting down?

1 Like