(20250623) - Fixed minor issues and changes key for get session info
This commit is contained in:
+1
-1
@@ -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 | "
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user