Feat(): distributed caching (#13435)

RESOLVES CORE-1153

**What**
- This pr mainly lay the foundation the caching layer. It comes with a modules (built in memory cache) and a redis provider.
- Apply caching to few touch point to test

Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2025-09-30 18:19:06 +02:00
committed by GitHub
parent 5b135a41fe
commit b9d6f73320
117 changed files with 5741 additions and 530 deletions

View File

@@ -80,6 +80,8 @@
"@medusajs/auth-google": "2.10.3",
"@medusajs/cache-inmemory": "2.10.3",
"@medusajs/cache-redis": "2.10.3",
"@medusajs/caching": "2.10.3",
"@medusajs/caching-redis": "2.10.3",
"@medusajs/cart": "2.10.3",
"@medusajs/core-flows": "2.10.3",
"@medusajs/currency": "2.10.3",