fix: bug in the sliders and blog module
This commit is contained in:
@@ -9,7 +9,7 @@ export function cacheConfig(): CacheModuleAsyncOptions {
|
||||
useFactory: async (configService: ConfigService) => {
|
||||
return {
|
||||
ttl: configService.getOrThrow<string>("CACHE_TTL"),
|
||||
stores: [new KeyvRedis(configService.getOrThrow<string>("REDIS_URI"))],
|
||||
stores: [new KeyvRedis(configService.getOrThrow<string>("REDIS_URI"), { namespace: "danak-console:" })],
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user