(20250623) - Fixed minor issues and changes key for get session info

This commit is contained in:
yatmesh
2025-06-23 12:14:25 +05:30
parent 38d92d039d
commit 8cf0c7081f
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ async def app_startup(**kwargs):
)
current_app.module_cache = AsyncRedisCache(
connection_string = script_cred["redisCache"]["funcReturn"]["sentinelJson"],
serializer = JSONSerializer(),
# serializer = JSONSerializer(),
debug = enable_debugging,
debug_prefix = "User Cache | "
)