Key adust

This commit is contained in:
CHIEFSOFT\ameye
2026-01-19 10:21:09 -05:00
parent f2443b99cb
commit 3f7639329d
+1 -1
View File
@@ -396,7 +396,7 @@ class BaseService:
def write_cache_data(cacheSection, cacheId, cacheData):
try:
cacheKey = cacheSection + '-' + cacheId
cacheKey = "MERMS:"+ cacheSection + ':' + cacheId
logger.info(f"write_cache_data () key {cacheKey}", exc_info=True)
# Define connection parameters and connect
r = redis.Redis(host=BaseService.CACHE_SERVER, port=BaseService.CACHE_PORT,