rez_core 7.0.5 → 7.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rez_core",
3
- "version": "7.0.5",
3
+ "version": "7.0.6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,
@@ -39,7 +39,6 @@ export class RedisConfigService implements RedisOptionsFactory {
39
39
  },
40
40
  connectTimeout: 10000,
41
41
  keepAlive: 30000,
42
- keyPrefix: 'cache:', // Optional: prefix all cache keys
43
42
  },
44
43
  // Bull uses its own connection to DB 0 (configured in bull.config.ts)
45
44
  // This keeps queue data separate from application cache