What method would be for the server to perform certain actions in a room (send users message, kick user, ..) depending on certain triggered events?
I was thinking of solitude by using a list system, like Redis for example, but I just do not know if it's optimal, like if I had 1000 rooms, it would mean having 1000 lists, one for each room.
As a management system for the server.
Thanks