feat(providers): locking redis (#9544)

This commit is contained in:
Carlos R. L. Rodrigues
2024-10-15 12:40:24 -03:00
committed by GitHub
parent e77a2ff032
commit 4a03bdbb86
49 changed files with 1764 additions and 483 deletions
+2 -1
View File
@@ -1,4 +1,3 @@
export * from "./graphql"
export * from "./api-key"
export * from "./auth"
export * from "./bundles"
@@ -12,6 +11,7 @@ export * from "./exceptions"
export * from "./feature-flags"
export * from "./file"
export * from "./fulfillment"
export * from "./graphql"
export * from "./inventory"
export * from "./link"
export * from "./modules-sdk"
@@ -30,3 +30,4 @@ export * from "./totals/big-number"
export * from "./user"
export const MedusaModuleType = Symbol.for("MedusaModule")
export const MedusaModuleProviderType = Symbol.for("MedusaModuleProvider")