Fluxh cache limitato a dati dei grafici:
- parametri - tool life
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user