diff --git a/src/throttler-storage-redis.service.ts b/src/throttler-storage-redis.service.ts index afd1267e..6135cc5e 100644 --- a/src/throttler-storage-redis.service.ts +++ b/src/throttler-storage-redis.service.ts @@ -50,7 +50,7 @@ export class ThrottlerStorageRedisService implements ThrottlerStorageRedis, OnMo 'EVAL', this.scriptSrc, 1, - key, + `${this.redis.options.keyPrefix}${key}`, ttl, )) as number[];