feat(dal): RedisCacheService - работа с Hash объектами

This commit is contained in:
Mikhail Trubnikov
2026-03-17 13:50:06 +10:00
parent 3f013e2bfc
commit 547cb894be
5 changed files with 200 additions and 149 deletions

View File

@@ -49,20 +49,7 @@
public const string GetNextRun = Base + "/tests/next-run";
public const string GetNextScheduleDate = Base + "/tests/next-schedule-date/" + paramApplicationInWorkId + "/" + paramDate;
public const string GetNextSchedule = Base + "/tests/next-schedule/" + paramApplicationInWorkId + "/" + paramDate;
public const string CreateCache = Base + "/tests/cache/";
public const string IsWorkDay = Base + "/tests/is-work-day/";
public const string TestHandler = Base + "/tests/test/";
public const string GetWorkDay = Base + "/tests/get-work-day/{date}";
public const string paramDate = "{lastRunDate}";
public const string paramApplicationInWorkId = "{applicationInWorkId}";
}
public static class Template