Fluxh cache limitato a dati dei grafici:

- parametri
- tool life
This commit is contained in:
Samuele Locatelli
2022-10-06 12:39:30 +02:00
parent 399cc9654a
commit 6869a84fd4
+1 -1
View File
@@ -323,7 +323,7 @@ namespace MP.MONO.UI.Data
public async Task<bool> FlushRedisCache()
{
await Task.Delay(1);
RedisValue pattern = new RedisValue($"{Constants.BASE_HASH}*");
RedisValue pattern = new RedisValue($"{Constants.BASE_HASH}:Cache*");
bool answ = await ExecFlushRedisPattern(pattern);
return answ;
}