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:
committed by
GitHub
parent
5b135a41fe
commit
b9d6f73320
@@ -13,31 +13,32 @@ packages/*
|
||||
!packages/admin-next/dashboard
|
||||
!packages/medusa-payment-stripe
|
||||
!packages/medusa-payment-paypal
|
||||
!packages/event-bus-redis
|
||||
!packages/event-bus-local
|
||||
!packages/modules/event-bus-redis
|
||||
!packages/modules/event-bus-local
|
||||
!packages/medusa-plugin-meilisearch
|
||||
!packages/medusa-plugin-algolia
|
||||
!packages/inventory
|
||||
!packages/stock-location
|
||||
!packages/cache-redis
|
||||
!packages/cache-inmemory
|
||||
!packages/modules/inventory
|
||||
!packages/modules/stock-location
|
||||
!packages/modules/cache-redis
|
||||
!packages/modules/cache-inmemory
|
||||
!packages/modules/caching
|
||||
!packages/modules/providers/caching-redis
|
||||
!packages/create-medusa-app
|
||||
!packages/product
|
||||
!packages/locking
|
||||
!packages/orchestration
|
||||
!packages/workflows-sdk
|
||||
!packages/core-flows
|
||||
!packages/types
|
||||
!packages/modules/product
|
||||
!packages/modules/locking
|
||||
!packages/core/orchestration
|
||||
!packages/core/workflows-sdk
|
||||
!packages/core/core-flows
|
||||
!packages/core/types
|
||||
!packages/medusa-react
|
||||
!packages/workflow-engine-redis
|
||||
!packages/workflow-engine-inmemory
|
||||
!packages/fulfillment
|
||||
!packages/fulfillment-manual
|
||||
!packages/locking-postgres
|
||||
!packages/locking-redis
|
||||
!packages/index
|
||||
|
||||
!packages/framework
|
||||
!packages/modules/workflow-engine-redis
|
||||
!packages/modules/workflow-engine-inmemory
|
||||
!packages/modules/fulfillment
|
||||
!packages/modules/providers/fulfillment-manual
|
||||
!packages/modules/providers/locking-postgres
|
||||
!packages/modules/providers/locking-redis
|
||||
!packages/modules/index
|
||||
!packages/core/framework
|
||||
|
||||
|
||||
**/models/*
|
||||
|
||||
Reference in New Issue
Block a user