Skip to content

Commit

Permalink
chore: Update Redis cache key prefix in content publishing worker module
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworris committed Aug 8, 2024
1 parent 2a5b5e4 commit d497830
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
Expand Down

0 comments on commit d497830

Please sign in to comment.