Using[ this snippet from the README](https://github.com/socketio/socket.io-redis-adapter#redisadapterallrooms), `const rooms = await io.of('/').adapter.allRooms();` Got a typescript error that allRooms does not exist on adapter ^^ Please update with what works to get the list of all rooms, across multiple nodes. Using the version `"@socket.io/redis-adapter": "^7.1.0", "socket.io": "^4.4.1",`