feat(api,core,domain): Ключи для редис

This commit is contained in:
Mikhail Trubnikov
2026-05-28 15:50:14 +10:00
parent 04237cc826
commit 613d4cb4f4
12 changed files with 251 additions and 149 deletions

View File

@@ -298,7 +298,8 @@ namespace PARR.Infrastructure.Redis
public string GetKey(string[] keyParts, string[]? keyPartsToHash = null)
{
// разделитель между ИД
var mainSeparator = "_";
//var mainSeparator = "_";
var mainSeparator = ":";
// разделитель между словами
var wordSeparator = "-";