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 f94e055 commit 6058d08Copy full SHA for 6058d08
packages/server/src/utils/rateLimit.ts
@@ -52,6 +52,7 @@ export class RateLimiterManager {
52
standardHeaders: true,
53
legacyHeaders: false,
54
store: new RedisStore({
55
+ prefix: `rl:${id}`,
56
// @ts-expect-error - Known issue: the `call` function is not present in @types/ioredis
57
sendCommand: (...args: string[]) => this.redisClient.call(...args)
58
}),
0 commit comments