fix redis pattern
This commit is contained in:
@@ -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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user