fix(core): Restore Redis cache key (#10520)

This commit is contained in:
Iván Ovejero
2024-08-23 08:19:59 +02:00
committed by GitHub
parent 84e54beac7
commit 873056a92e
2 changed files with 2 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ describe('GlobalConfig', () => {
ttl: 3600000,
},
redis: {
prefix: 'redis',
prefix: 'cache',
ttl: 3600000,
},
},