From 4e882ea3cb6f5ad916a765dd181fdf5bca55150f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 22 Mar 2022 19:55:26 +0100 Subject: [PATCH] update conf code e aree REDIS salvataggio dati --- MP.MONO.Core/Constants.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MP.MONO.Core/Constants.cs b/MP.MONO.Core/Constants.cs index 8060219..a08310d 100644 --- a/MP.MONO.Core/Constants.cs +++ b/MP.MONO.Core/Constants.cs @@ -37,7 +37,7 @@ namespace MP.MONO.Core public static readonly string MACH_STATS_CURR_KEY = $"{BASE_HASH}:Current:MachStats"; public static readonly string MAINT_STATS_CURR_KEY = $"{BASE_HASH}:Current:Maintenance"; public static readonly string PARAMS_ACT_KEY = $"{BASE_HASH}:Current:ParamsVal"; - public static readonly string PARAMS_CURR_KEY = $"{BASE_HASH}:Current:Parameters"; + public static readonly string PARAMS_CURR_KEY = $"{BASE_HASH}:Current:Params"; public static readonly string PROD_CURR_KEY = $"{BASE_HASH}:Current:Production"; public static readonly string STATUS_CURR_KEY = $"{BASE_HASH}:Current:Status"; public static readonly string TOOLS_CURR_KEY = $"{BASE_HASH}:Current:Tools"; @@ -49,8 +49,8 @@ namespace MP.MONO.Core public static readonly string EVENT_LOG_M_QUEUE = $"EventsLog"; public static readonly string MACH_STATS_M_QUEUE = $"MachStats"; public static readonly string MAINT_STATS_M_QUEUE = $"Maintenance"; - public static readonly string PARAMS_ACT_QUEUE = $"ParamsVal"; - public static readonly string PARAMS_M_QUEUE = $"Parameters"; + public static readonly string PARAMS_ACT_QUEUE = $"ParamsActVal"; + public static readonly string PARAMS_M_QUEUE = $"Params"; public static readonly string PROD_M_QUEUE = $"Production"; public static readonly string STATUS_M_QUEUE = $"Status"; public static readonly string TOOLS_M_QUEUE = $"Tools";