fix redis pattern

This commit is contained in:
zaccaria.majid
2023-06-13 12:05:11 +02:00
parent 52acadda42
commit c468d9d91f
2 changed files with 4 additions and 4 deletions
@@ -116,9 +116,9 @@ namespace WebDoorCreator.API.Controllers
//RedisValue pattern = new RedisValue($"{Core.Constants.rKeyDoor}:{item.DoorId}");
await WDService.FlushCustomPattern($"Cache:Door:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequest:CacheDDF:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequest:CacheSVG:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequest:Errors:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequests:CacheDDF:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequests:CacheDDF:{item.DoorId}");
await WDService.FlushCustomPattern($"CalcRequests:CacheDDF:{item.DoorId}");
}
}