update conf code e aree REDIS salvataggio dati
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user