- Cambio destinazione area REDIS
- update REST conf test
This commit is contained in:
Samuele Locatelli
2023-04-12 10:11:52 +02:00
parent a60f29849f
commit 3e1a7faf8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ namespace MapoDb
/// <returns></returns>
public static string hIobDict(string IdxMacchina)
{
return mHash($"IOB:CurrInfo:{IdxMacchina}");
return mHash($"IOB:{IdxMacchina}:CurrInfo");
}
/// <summary>
File diff suppressed because one or more lines are too long