diff --git a/services/content-publishing/apps/worker/src/worker.module.ts b/services/content-publishing/apps/worker/src/worker.module.ts index f7fd8da7..3197fe85 100644 --- a/services/content-publishing/apps/worker/src/worker.module.ts +++ b/services/content-publishing/apps/worker/src/worker.module.ts @@ -19,7 +19,7 @@ import { RequestProcessorModule } from './request_processor/request.processor.mo { imports: [ConfigModule], useFactory: (configService: ConfigService) => ({ - config: [{ url: configService.redisUrl.toString() }], + config: [{ url: configService.redisUrl.toString(), keyPrefix: configService.cacheKeyPrefix }], }), inject: [ConfigService], },