MFE-6 Use Redis to cache SAP responses
2 unresolved threads
2 unresolved threads
Compare changes
Files
10+ 10
− 5
@@ -2,7 +2,7 @@ import json
@@ -13,6 +13,7 @@ from jose.jwt import get_unverified_claims
@@ -87,8 +88,10 @@ def routes(config: MFEConfig, app: FastAPI, home: Callable):
@@ -104,12 +107,14 @@ def routes(config: MFEConfig, app: FastAPI, home: Callable):
@@ -124,7 +129,7 @@ def routes(config: MFEConfig, app: FastAPI, home: Callable):