da testare reset appConf su redis

This commit is contained in:
Samuele E. Locatelli
2019-10-18 17:17:06 +02:00
parent 7f680fa57b
commit ea4fee835c
+4
View File
@@ -160,6 +160,10 @@ namespace SteamWare
valori[i] = new KeyValuePair<string, string>(item.Key, item.Value);
i++;
}
#if false
// tolgo SE ci fosse chiave redis..... !!!FIXME!!!
redDelKey(ACBH);
#endif
// salvo in redis valori (con TTL)
redSaveHash(ACBH, valori, maxAgeAppConf);
logger.lg.scriviLog("Completato procedura startupAppConf ", tipoLog.INFO);