Hi guys,
I'm using redis presence for my colyseus instances. The problem is when one instance is shutdown, its process id still remain in redis, so the presence db will get bigger over time. I'm afraid this will increase query time. Is there any solution to clear unused process ids in redis presence ?
Many thanks
Redis Presence: process id still remains after shutting down instances
This is a good point, I'm also facing a similar issue on production, but it mostly happens when the node process is forcibly shut down due to some exception.
It would be nice if we can auto-heal colyseus:nodes
automatically. The proxy won't be able to communicate with the dead nodes listed on Redis.
Cheers!