We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8248686 commit 3b1f63dCopy full SHA for 3b1f63d
packages/collaborative/src/redis/redis.service.ts
@@ -56,6 +56,7 @@ export class RedisService implements OnModuleInit, OnModuleDestroy {
56
score: cpuUsage,
57
value: serverId,
58
});
59
+ await this.client.expire(key, 15);
60
} catch (err) {}
61
}
62
0 commit comments