We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
REDIS_PREFIX
S3CacheService
1 parent 70b4338 commit 5627504Copy full SHA for 5627504
apps/api/src/s3-cache/s3-cache.service.ts
@@ -8,6 +8,8 @@ const ONE_DAY = 24 * 60 * 60;
8
const REDIS_PREFIX = 's3-cache:';
9
const CACHE_TIME = 30 * ONE_DAY;
10
11
+export { REDIS_PREFIX as S3_CACHE_REDIS_PREFIX };
12
+
13
@Injectable()
14
export class S3CacheService {
15
private readonly logger = new Logger(S3CacheService.name);
0 commit comments