3a5b77314a
- DTO e MOdelli NON riorganizzabili - refresh globale ordinamenti - test rebuild
19 lines
512 B
C#
19 lines
512 B
C#
namespace MP.Data
|
|
{
|
|
public class Constants
|
|
{
|
|
#region Public Fields
|
|
|
|
public static readonly string ACT_BLINK_KEY = $"{BASE_HASH}:Current:Blink";
|
|
|
|
public static readonly string ACT_MSE_DATA_KEY = $"{BASE_HASH}:Current:MSE";
|
|
|
|
// dati conf REDIS Cache
|
|
public static readonly string BASE_HASH = "MAPO";
|
|
|
|
// REDIS KEY Dati correnti
|
|
public static readonly string CONF_MON_KEY = $"{BASE_HASH}:Conf:MonDispData";
|
|
|
|
#endregion Public Fields
|
|
}
|
|
} |