leggo cache redis da CONF web.config...

This commit is contained in:
Samuele E. Locatelli
2018-10-23 08:55:08 +02:00
parent d7db6d6998
commit 5ea8ded72e
+1 -1
View File
@@ -933,7 +933,7 @@ namespace SteamWare
{
get
{
bool answ = CRB("cacheOnRedis");
bool answ = confReadBool("cacheOnRedis");
return answ;
}
}