diff --git a/game-server/app/services/redisService.ts b/game-server/app/services/redisService.ts index 48f1359c3..fa98562b1 100644 --- a/game-server/app/services/redisService.ts +++ b/game-server/app/services/redisService.ts @@ -24,6 +24,7 @@ export async function initAllRank() { console.log('******* initAllRank ******') const serverList = await ServerlistModel.findByEnv(pinus.app.get('env')); await delKeys(REDIS_KEY.ONLINE_USERS); + await delKeys(REDIS_KEY.ONLINE_CNT); await delKeys(REDIS_KEY.USER_INFO); await delKeys(REDIS_KEY.GUILD_INFO); await delKeys(REDIS_KEY.TOP_LINEUP_INFO);